P
Phil F
In the tbl-Photographs table, I am categorizing ranges of digital
photographs by the following fields: ID (primary key autonumber),
SubjectName, SubjectID, Procedure1, Procedure2. Procedure3, Location1,
Location2, Location3, Comments. I originated the database table from a Word
table so all of this information is in one table. I have created a form
(frm-Photographs) for data entry based on the tbl-Photographs table. The
SubjectID field of the form is a combo box which is based on the tbl-Subject
table (includes subject names and subject ID) and bound to the SubjectID
field of the Photographs table. When the combo box is clicked the name and
subject ID are shown. I select the appropriate entry. I have synchronized
the SubjectID combo box with a list box in the SubjectName field
(http://support.microsoft.com/kb/97624/en-us) which is below the combo box.
The SubjectName field of the form is bound to the SubjectName field of
tbl-Photographs When the SubjectID is selected in the bound combo box above
the SubjectName list box, the correct subject name appears in the bound list
box below. Other information is entered and the record is saved by tabbing
all the way through the form.
The problem is that only the SubjectID from the bound combo box is entered
into the underlying tbl-Photographs table. The subject name that appeared
in the bound SubjectName list box of the frm-Photographs is not in the table
even though the list box is bound to the SubjectName text box of the
tbl-Photographs table.
I realize that I should break the table down into multiple queries.
However, the employees are used to all of the information being in one
table. One step at a time.
Can anyone help me figure out how to have the SubjectName field of the table
populate by only selecting the appropriate entry from SubjectID combo box?
Phil F
photographs by the following fields: ID (primary key autonumber),
SubjectName, SubjectID, Procedure1, Procedure2. Procedure3, Location1,
Location2, Location3, Comments. I originated the database table from a Word
table so all of this information is in one table. I have created a form
(frm-Photographs) for data entry based on the tbl-Photographs table. The
SubjectID field of the form is a combo box which is based on the tbl-Subject
table (includes subject names and subject ID) and bound to the SubjectID
field of the Photographs table. When the combo box is clicked the name and
subject ID are shown. I select the appropriate entry. I have synchronized
the SubjectID combo box with a list box in the SubjectName field
(http://support.microsoft.com/kb/97624/en-us) which is below the combo box.
The SubjectName field of the form is bound to the SubjectName field of
tbl-Photographs When the SubjectID is selected in the bound combo box above
the SubjectName list box, the correct subject name appears in the bound list
box below. Other information is entered and the record is saved by tabbing
all the way through the form.
The problem is that only the SubjectID from the bound combo box is entered
into the underlying tbl-Photographs table. The subject name that appeared
in the bound SubjectName list box of the frm-Photographs is not in the table
even though the list box is bound to the SubjectName text box of the
tbl-Photographs table.
I realize that I should break the table down into multiple queries.
However, the employees are used to all of the information being in one
table. One step at a time.
Can anyone help me figure out how to have the SubjectName field of the table
populate by only selecting the appropriate entry from SubjectID combo box?
Phil F