Rowsource Equivalent

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a listbox or combo box, I can use a SELECT query to populate it based on
information entered in certain fields. Is there an equivalent for something
like this for a texbox? Can I use a SELECT statment in a texbox Control
Source or something like that? Thanks.
ck
 
In a listbox or combo box, I can use a SELECT query to populate it based on
information entered in certain fields. Is there an equivalent for something
like this for a texbox? Can I use a SELECT statment in a texbox Control
Source or something like that? Thanks.
ck

The closest thing would be a DLookUp() function call. The field won't
be editable. Could you explain what you're trying to do with this?

John W. Vinson[MVP]
 
What I'm trying to do is that as the user enters the building number and post
code of the address, the field will display the family ID that has a record
that matches the address just entered.
ck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top