In a form I have a field called agency ID. When the user enters this agency ID I want the name, address, city, state and zip to appear below the agency ID in read only format.
The agency ID field on the form is bound to a table called standards. The table with the agency name, address, city, state and zip is called agency and this table does also have a field called agency ID. I have made a one to many relationship between the agency ID on the agency table and the standards table agency ID field.
When I enter an agency ID on the form I want an error to appear if that number does not exist in the agency table. If it does exist I want it to list name, adress ect. on the form and allow the number to be recorded in the standards table agency ID field.
I have created a subform and it will show this data but only after I come back from the design view side.
Whats the best way to get this accomplished? Thanks, GGuy
The agency ID field on the form is bound to a table called standards. The table with the agency name, address, city, state and zip is called agency and this table does also have a field called agency ID. I have made a one to many relationship between the agency ID on the agency table and the standards table agency ID field.
When I enter an agency ID on the form I want an error to appear if that number does not exist in the agency table. If it does exist I want it to list name, adress ect. on the form and allow the number to be recorded in the standards table agency ID field.
I have created a subform and it will show this data but only after I come back from the design view side.
Whats the best way to get this accomplished? Thanks, GGuy