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 Server 2003 Logon/Logoff Log Report
the specified user does not exist?
how can I read more then one cell an excel file in vb.net
PHP error
"svc: short len 19, dropping request"
RHEL command to eject cd rom
Capture incoming email events for a specific list on Sharepoint site
Configuration for QNAP TS-410U after reset
Application does not launch
how can i uninstall powerHA hacmp fileset from unix aix server