A
Adrian
I know this is a basic access 101 question, but for some reason I am stumped
with how to get it to work. I have access 2002.
I have 2 tables. One called mbrinfo which contains various data and has an
id (mbrid) as the primary key. The 2nd table is employers which has an
employer id (empid) as the primary key and a employer name (empname) as the
2nd column. I am creating forms for input. The employer table is empty of
data at the moment. The form will have fields for both the empid and the
empname values.
I need to be able to type in the empid and name on the form and have it
record the empid in both the mbrInfo table and the employer table while
recording the empname only in the employer table. If that empid already
exists I would like the empname to display in that field on the form. Since
I am adding the data over time selecting from a list will not always work.
I am assuming that a bound control using a combo box is the way to go but I
cannot seem to get it to work.
with how to get it to work. I have access 2002.
I have 2 tables. One called mbrinfo which contains various data and has an
id (mbrid) as the primary key. The 2nd table is employers which has an
employer id (empid) as the primary key and a employer name (empname) as the
2nd column. I am creating forms for input. The employer table is empty of
data at the moment. The form will have fields for both the empid and the
empname values.
I need to be able to type in the empid and name on the form and have it
record the empid in both the mbrInfo table and the employer table while
recording the empname only in the employer table. If that empid already
exists I would like the empname to display in that field on the form. Since
I am adding the data over time selecting from a list will not always work.
I am assuming that a bound control using a combo box is the way to go but I
cannot seem to get it to work.