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
XP install without access to CD drive
google docs shrink to fit
XenDeskop on One Server
Search and replace script
create printer ports using print ui
Update statement in Oracle 10g
ssh 1.99 vs 2.0
Hyperlinks and book mark
Sonicwall E5500 bandwidth/shaping vs Packetlogic PL5600
Using a hyperlink in a form to open another form with that record's data