In my form, I have 4 key controls, one text box to allow the user to add a Product description, one command button to kick off some validation specific VBA, a list box that is initially empty and a batch update button.
The user has the option of creating 99 Product descriptions before hitting a Batch update button to commit the data.
I wish to incremently populate a list box to show the User the text they just entered before they enter the text for the next Product. So if 5 Product descriptions were entered, the list box would start with 1 entry and then grow to 5 entries. If the user was happy with the entries, they would then hit the Batch update button to commit the data to the database.
I have tried using the help in MS Access 97 on RowSourceType Property but am experiencing difficulties deciphering the on-line help instructions.
Conceptually, my objective is straightforward, however practically it is proving far less so. Any help would be appreciated.
The user has the option of creating 99 Product descriptions before hitting a Batch update button to commit the data.
I wish to incremently populate a list box to show the User the text they just entered before they enter the text for the next Product. So if 5 Product descriptions were entered, the list box would start with 1 entry and then grow to 5 entries. If the user was happy with the entries, they would then hit the Batch update button to commit the data to the database.
I have tried using the help in MS Access 97 on RowSourceType Property but am experiencing difficulties deciphering the on-line help instructions.
Conceptually, my objective is straightforward, however practically it is proving far less so. Any help would be appreciated.