Forms-textbox

M

Mike

Hi all,

Can I program the text box to use query? I wanted to use
the textbox to select a certain data from a table. How can
program a textbox to get results back from the table?

Thanks for the help...

Mike
 
M

Marshall Barton

Mike said:
Can I program the text box to use query? I wanted to use
the textbox to select a certain data from a table. How can
program a textbox to get results back from the table?

No, not a query.

Check DLookup in Help for an alternative,
 
Top