How do I select a record based on form entry? thanks

F

Faint-Hope

Hi

I am trying to populate a text box in MSAccess based on the information
typed into two other fields. Specifically, based on address (lets say 12) and
street (Elm St) I would like this to search a data table to return a unique
number

The program would look for address = 12 and street = Elm then return the
unique number (all in the same table) to the text box in a form for the
unique number

Thanks in advance for any help

Gord
 
Top