B
Bayou BoB
I have a Client table, with has many relationships, and I want to be
able to put in a combo box at the top in order for employees to not
only be able to enter new clients...but also to quickly get to an
existing client to edit the file. When I try to do this, it will not
allow me to. It will either show the names, and once you select it,
just sit in the box rather than bringing up that file... or it won't
let me pick anything at all, citing that it can't write the value in
the ClientID box since it assigned via autonumber. The fields are as
follows in the table...(shortened dramatically)
ClientID - Primary Key Autonumber, indexed, no duplicates
Last Name
First Name
Date of Birth
Address
Address1
City
Province
P-Code
I made a query of this table in order to make a "name" box....putting
both names together so it can be repeated on some tabs for the form I
built. That portion works fine when you add in a new client. However I
can't seem to get a drop down box based on the ClientID and Name, in
order to get the existing record for that individual to come up. What
am I missing here???
Kevin
able to put in a combo box at the top in order for employees to not
only be able to enter new clients...but also to quickly get to an
existing client to edit the file. When I try to do this, it will not
allow me to. It will either show the names, and once you select it,
just sit in the box rather than bringing up that file... or it won't
let me pick anything at all, citing that it can't write the value in
the ClientID box since it assigned via autonumber. The fields are as
follows in the table...(shortened dramatically)
ClientID - Primary Key Autonumber, indexed, no duplicates
Last Name
First Name
Date of Birth
Address
Address1
City
Province
P-Code
I made a query of this table in order to make a "name" box....putting
both names together so it can be repeated on some tabs for the form I
built. That portion works fine when you add in a new client. However I
can't seem to get a drop down box based on the ClientID and Name, in
order to get the existing record for that individual to come up. What
am I missing here???
Kevin