lookup value based on value in other textbx

A

alphabetExpress

I have employees working at several stores, with seperate tables for
employees and stores. I want to create a textbox that will up the forign key
for the store in the employee form, and return the name of the store. Any
ideas?
 
G

G. Vaught

Look into DLookup Function when you are within the VB Editor. I am not sure
you can get this description at the database level of Access.
 
Top