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
Out of resources error when moving lots of files
Date Format problem in Microsoft Access 2000
Terminal Server installation on Windows Essential Business Server 2008.
Boolean as criteria in Access 2003 query
Scrolling Issue With DataGridView & Wrapping Text
FoxPro Code for creating text string for Intelligent Mail Barcode
I need help appending text to cells in excel
Automated countdown in outlook calendar?
SQL Count Query In a Main Query
Outlook 2007 connecting to Exchange 2010. Cannot connect to email folders.