D
Diane
I am putting together a simple bill-tracking program and have run into
a stumbling block.
Background:
*tblBills and tblChecks in a many-to-one relationship based on
CheckID.
*A data-entry form (based on tblChecks) with an unbound list box which
shows all rows of tblBills in which CheckID is null.
*A button which creates a new record in tblChecks by copying the total
of the selected bill amounts in the list box to the tblCheck field
called Amount.
How do I:
1. Save the new tblChecks record so that I can link to it?
2. Go back into my list box and paste the newly-saved CheckID into
each selected record in tblBills?
Thanks!
a stumbling block.
Background:
*tblBills and tblChecks in a many-to-one relationship based on
CheckID.
*A data-entry form (based on tblChecks) with an unbound list box which
shows all rows of tblBills in which CheckID is null.
*A button which creates a new record in tblChecks by copying the total
of the selected bill amounts in the list box to the tblCheck field
called Amount.
How do I:
1. Save the new tblChecks record so that I can link to it?
2. Go back into my list box and paste the newly-saved CheckID into
each selected record in tblBills?
Thanks!