G
gsanderson99
I have a form used to search and display information about a person.
That data is stored in table A. A command button allows me to open
another form where additional data is entered about that one person.
That data is stored in table B, which is linked to table A through an
ID number (not autonumber). The second form collects and saves the
data, via a "Save" command button just fine, however, how do I also
include the person's ID number and name in table B? I have tried an
append query at the time of save, but it does not work. Would an
unbound form work better? Thank you.
That data is stored in table A. A command button allows me to open
another form where additional data is entered about that one person.
That data is stored in table B, which is linked to table A through an
ID number (not autonumber). The second form collects and saves the
data, via a "Save" command button just fine, however, how do I also
include the person's ID number and name in table B? I have tried an
append query at the time of save, but it does not work. Would an
unbound form work better? Thank you.