I want to define the range by putting numbers into 2 different fields? I have bar codes that get entered into a database. There are times when I want to enter the first bar code and the last bar code and have the bar codes in between automatically populate.
I want to define the range by putting numbers into 2 different fields? I have bar codes that get entered into a database. There are times when I want to enter the first bar code and the last bar code and have the bar codes in between automatically populate.
I need to add a range of records to a table based on the entry of the first record and the entry of the last record. Example: If I enter 123 as the first record and 127 as the last record, I want Access to create records for 124, 125 and 126.