Microsoft
Software
Hardware
Network
Question : need help with vba syntax for microsoft access form
I found the code i need to switch the record source automatically but the example i had only used 1 criteria and mine has 2. I am listing below what I tried and failed with.
me.RecordSource= "select * from dbo_ShipInst where Cardcode=" & me.Text0 and Address= & me.Combo23
if you could just let me know what I need to change this to for it work that would be great.
Answer : need help with vba syntax for microsoft access form
use this then,
me.RecordSource= "select * from dbo_ShipInst where Cardcode='" & me.Text0 &"' and Address= '" & me.Combo23 & "'"
Random Solutions
Handling Asynchronous Timeouts
DHCP cannot start
Open Sharepoint server's pdf file in asp.net...
How do I align a SilverLight 2 DataGrid column right in XAML?
How to automatically compress backup files and move to a remote location
VLookup (or another method like it)....
Refresh data in a Bound datagridview VB.NET
SBS2008 Standard - RDS - Virtual Desktops
Show email id in excel
Help Displaying Message on Correct Child Form in MDI Parent