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
Microsoft Outlook XP 2002
MiniDump not saving to C:\windows\minidump
Using Forms Stored in an Access Library Database
Eldorado Virus
SBS 2008 Premium install , SQL part on VM
After prg done it seems my Hard Drive is going crazy...
how to schedule a daily task run stored procedure with sqlserver 2005
sql question
Run a PowerPoint Tutorial Before User Log In
XL Placing a value in an empty Cell with a Visual Basic Rprogram.