Guest_imported
New member
- Jan 1, 1970
- 0
We have two different tables (Client) and (JobList)
We are trying to create a form to enter new jobs (ie new records for (Joblist) and have a query to populate fields from (Client)
Basically the form looks like this
Job Number
Job Name
Job Address
Client Name
Client Address
We want to have the client portion of the record to be automatically filled in if the client is a repeat (hence a query for that information). However, when we run the query to prompt for client name and just import the address, into a form that has the job info we get no records popping up. How can we create a query/form system that allows partial population of a form based on a seperate table, and then allows you to enter in the other data manually?
Thanks for any help
Ray
We are trying to create a form to enter new jobs (ie new records for (Joblist) and have a query to populate fields from (Client)
Basically the form looks like this
Job Number
Job Name
Job Address
Client Name
Client Address
We want to have the client portion of the record to be automatically filled in if the client is a repeat (hence a query for that information). However, when we run the query to prompt for client name and just import the address, into a form that has the job info we get no records popping up. How can we create a query/form system that allows partial population of a form based on a seperate table, and then allows you to enter in the other data manually?
Thanks for any help
Ray