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
Outlook No Subject Warning Stops Working
Access: Grand Totals positioning in reports
How to enable chat history logging on Office Communicator 2007?
XP SP3 unable to burn to hp 740b dvd
Reduce Line Spacing between records in Access Report
DeleteExpiredSessions Job on SQL
Delete / Replace Apostrophes on Data Entry
How to Calculate year to date
Access: Embed Application Icon
Access 2003 All Capital Letters