C
Cheswyck
I'm collecting times for a customer/job database. In the
form, the customer and job codes are combo boxes. When
selecting the 'job' I only want to display the jobs that
relate to the customer which is the preceeding entry.
Customers and jobs have their own entry form and the job
table includes the customerID as a foreign key.
I think I want the SQL to say something like WHERE [job].
[customer] = [me].[customer] but when i get to the job
combo i get an error.
How should I handle this problem?
form, the customer and job codes are combo boxes. When
selecting the 'job' I only want to display the jobs that
relate to the customer which is the preceeding entry.
Customers and jobs have their own entry form and the job
table includes the customerID as a foreign key.
I think I want the SQL to say something like WHERE [job].
[customer] = [me].[customer] but when i get to the job
combo i get an error.
How should I handle this problem?