I am stumped and need some help. I am only a moderately knowledgeable Access 97 user. I need to create a form (easy enough). In the form I need to collect data from ColumnA Table1, and display it in a List Box. Once the user picks an item form the list I want that pick to populate Field_1 on the form (which will later populate a new table). Field_2 will be provided for the user to place a correlating number and then when the user presses the enter key the two new fields will populate a new table. The focus will then be returned to the pick list at the last location and Field_2 will be reset to zero.
I have created the new Table, a form with the new Table as the record source, a list box on the form with its source from Table1. Once I select an item from the pick list I can move Focus (using a macro) to the User input field but I cannot seem to get the data from the pick list to populate required field in the form. Nor can I get the form to accept the last entry with an enter key. Any help would be appreciated.
I have created the new Table, a form with the new Table as the record source, a list box on the form with its source from Table1. Once I select an item from the pick list I can move Focus (using a macro) to the User input field but I cannot seem to get the data from the pick list to populate required field in the form. Nor can I get the form to accept the last entry with an enter key. Any help would be appreciated.