G
Guest
I've been trying to figure this out for the better part of a day.
I have a basic database I am creating that so far has 2 tables-1 for client
and contact info (name, business, addres, phone number, etc...) and it's
primary key is a client number that is assigned by the user.
The 2nd table is a 'Job Information' table for jobs that are
ordered-including job instructions, date due, invoice number, date invoiced,
paid, etc...
These 2 tables will be linked based on the Client Number, but the primary
key for the Jobs table is a Job Number that is an auto number.
I'm trying to create a form in which to enter the Job Information, however I
want to be able to enter the client number and have at just the client's name
and business name display...but I would like it to automatically pop up so
that this information is known but then the user can go on to enter in the
job information.
I've tried creating a sub form in a Job Info form based on the 1st table
with this information, but it doesn't find any of the records from the Client
Info table. I'm trying not to duplicate information on 2 tables, but rather
link them together with the Client Number.
Is there a way to do this that I'm just not seeing?
I have a basic database I am creating that so far has 2 tables-1 for client
and contact info (name, business, addres, phone number, etc...) and it's
primary key is a client number that is assigned by the user.
The 2nd table is a 'Job Information' table for jobs that are
ordered-including job instructions, date due, invoice number, date invoiced,
paid, etc...
These 2 tables will be linked based on the Client Number, but the primary
key for the Jobs table is a Job Number that is an auto number.
I'm trying to create a form in which to enter the Job Information, however I
want to be able to enter the client number and have at just the client's name
and business name display...but I would like it to automatically pop up so
that this information is known but then the user can go on to enter in the
job information.
I've tried creating a sub form in a Job Info form based on the 1st table
with this information, but it doesn't find any of the records from the Client
Info table. I'm trying not to duplicate information on 2 tables, but rather
link them together with the Client Number.
Is there a way to do this that I'm just not seeing?