If I did understand very well what you meant by the text box "bound" to a
field in the table, I may say no. But the fact is this, the properties of
this text box have it's control source to the FileNo, the Row Source to the
table and the Row source Type, to the query table. The FileNo is a unique ID
to all the fields in the table. So I want a situation in which if the user
enters any FileNo of his choice, it will pull up or retrieve some specific
information that is associated with that particular FileNo, from the table.
Or if I use, a combo box and the user makes a selection of the fileno he
wants and click enter, the specific information associated with the fileno
will be pulled up.
Thanks for your help in advance.
Zetony