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
Find all records that don't exist n a table
MS Access 2007 -- Using Like with Left Join
Gridview get textbox value onselectedindexchanged
Crosstab Query To Excel - Number Format
How do I check if the the value of a column
DNS, MX Record, Mail Server, how to get it working
office 2007 settings not saved in user profile in terminal server
htaccess 302 redirect - seamless hidden url
Trend Micro Officescan 10.0 on Citrix XenApp Presentation Server 4.5 or 5.0
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed.