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
Navigate to the page of a specific item on a gridview
Copy production windows server in to a test machine
transfering a directory with multiple files in parallel
Install issue putting windows 7 on Acer Revo r1600
wordnet dictionary thesaurus api
Excel Interop: Find cell by name
Oracle Forms 11g - ORA-12154: TNS error
Do WPF and MVP go together?
The marquee progressbar hangs as the next line of the code executes
"The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action."