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
How to change sql authentication for MS Access ADP
PickUp PowerPoint Table Cell Formatting
Your message did not reach some or all of the intended recipients.
How do i backup/restore a sharepoint services web on a different machine?
File sharing performance reduced after SP2 installation
WSS 3.0 migrate site from development machine to production server - Best practices
Need Fast Help: Macro Security Issue with Vista/Office 2007 from 2000 Database
PowerPoint 2007 Edit Links to Files buttons are greyed-out
set isql output file format
how to pull week day and time from a query