A
Allison
Access 2003, Windows XP Pro SP2
I have two tables, tblDed and tblVendor.
tblDed contains two columns (DedID and Avail).
The first column contains a list of all DedIDs allowed to be used. The
second is a Yes/No choice indicating whether or not that DedID has been used
already.
tblVendor contains multiple columns with misc. data relevant to the Vendor.
I want to create a form that will accomplish three things:
1. Use the next available unused DedID when a command button on a referring
menu page (frmMenu, btnNew) is pressed.
2. Mark the now-used DedID in tblDed as "No" - no longer available
3. Upon completion of the form, save the results to tblVendor using btnSave
I'm stumped on Numbers 1 and 2.
Would somebody give me some pointers for Numbers 1 and 2? Are they even
possible? Thank you for your time.
I have two tables, tblDed and tblVendor.
tblDed contains two columns (DedID and Avail).
The first column contains a list of all DedIDs allowed to be used. The
second is a Yes/No choice indicating whether or not that DedID has been used
already.
tblVendor contains multiple columns with misc. data relevant to the Vendor.
I want to create a form that will accomplish three things:
1. Use the next available unused DedID when a command button on a referring
menu page (frmMenu, btnNew) is pressed.
2. Mark the now-used DedID in tblDed as "No" - no longer available
3. Upon completion of the form, save the results to tblVendor using btnSave
I'm stumped on Numbers 1 and 2.
Would somebody give me some pointers for Numbers 1 and 2? Are they even
possible? Thank you for your time.