Microsoft
Software
Hardware
Network
Question : Is there any way to max character length of record source property on a form?
I am trying to set the record source propery of a form with SQL that is generated based on input into the form. Problem is the SQL is 618 to 620 characters long and it appears that Access truncates it at 255. Can I change the max character length of record source property on a form? Or does anybody have a suggestion to work around this?
Answer : Is there any way to max character length of record source property on a form?
this part
(dbo.[user].tbluserID = " & myUser & ") "
you declared myUser as string, if tblUserId is a string, it should be
(dbo.[user].tbluserID = '" & myUser & "') "
Random Solutions
Windows XP problems after a hard drive clone of a bad drive
Can't access Exchange 2003 OWA from Internet
How to determine hard disk activities
Need help with important safety precautions!
.NET framework error on install
Transferring Large Amount of Data from Windows to Linux
I need to query each group in an OU in the Root Domain and get the group names that has exact identical users.
IIS 7 - setting up the site with www.
Citrix not finding the license server
not seeing auto-recover version of a force-closed excel (2007) document