Keith Nichols
Registered User.
- Local time
- Today, 21:43
- Joined
- Jan 27, 2006
- Messages
- 431
I know how to do this with a combo box. After defining the SQLtext and WClause something like:
with me.cbocombobox
____.rowsource = SQLtext & Wclause
____.requery
end with
How do I (can I?) use the SQL in VBA to populate a text box in a similar manner? I have tried various versions of me.textbox = sqltext & Wclause etc, but to no avail.
Cheers.
with me.cbocombobox
____.rowsource = SQLtext & Wclause
____.requery
end with
How do I (can I?) use the SQL in VBA to populate a text box in a similar manner? I have tried various versions of me.textbox = sqltext & Wclause etc, but to no avail.
Cheers.