Microsoft
Software
Hardware
Network
Question : Qry and a combo box & column(1)
Experts,
I need to reference a "column(1)" here LCType is a combo box and I think there is something missing here? I am not sure if I can design a qry like this with "column" in it but it is what I need.
SELECT tblLetterOfCredit.EndUserI
D, tblLetterOfCredit.LCType
FROM tblLetterOfCredit
WHERE (((tblLetterOfCredit.LCTyp
e) Like "*" & [enter part of type].column(1) & "*"));
Answer : Qry and a combo box & column(1)
You can't do this in the query designer, but you can turn the query into a string in VBA and then execute the query string to return your data.
Random Solutions
Grabbing some word using regular expressions
Adding a doc file into a Report
How Can I Trace Email Routing Failure?
Cannot access Windows 2008 DFS links from Windows 2003
Visual Studio 2005 not working on Windows 7
Understanding Analog Telephone Adaptors
Need a script to create user folders with three nested folders and set appropriate security for each
Using Message Header decoration in operation contract of WCF
User Certificate Enrollement Problem
SQL in C# code .. Reading Output Parameters.