Hi. I would appreciate help on how to do this:
I am running MS Access 16 and I have a Table (tblPurchase) and a Form containing the following 3 controls:
ListBox (lstThisPurchase)
ComboBox (cboProductRange
Command Button (cmdUpdateRecords)
Operation:
Items will be added to the List by selecting each one in turn from the Combo Box menu containing about 20 items. Say for example 3 of the items are added to the List, I want each of the 3 items in the List to be added as records to my Table (tblPurchase) when I click the Update Records button (cmdUpdateRecords).
I am running MS Access 16 and I have a Table (tblPurchase) and a Form containing the following 3 controls:
ListBox (lstThisPurchase)
ComboBox (cboProductRange
Command Button (cmdUpdateRecords)
Operation:
Items will be added to the List by selecting each one in turn from the Combo Box menu containing about 20 items. Say for example 3 of the items are added to the List, I want each of the 3 items in the List to be added as records to my Table (tblPurchase) when I click the Update Records button (cmdUpdateRecords).