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
Domain rename prior to consolidation
Internet Monitoring Reporting software Sonicwall
MS SQL Stored Procedure miscounting number of characters
Cannot connect to Watchguard Firebox X15 Edge after factory reset
lpr print server issue
How do I connect to a Windows VPN server through a Cisco ASA 5505?
How do I check if a window is already open or give it focus using Flex/Flash
Setting up exchange
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
drop db but keep the files