Hi,
Right now I have a form that automatically generates a unique ascending number in a text box for each new entry. Ideally I would like it to be a combobox that lists all the previous record numbers as well as generating the new one so that if a previous record number is selected it will automatically enter the relevant information from that previous record into certain boxes on the form.
e.g say I want to go back to journey 00003. I select it from the dropdown list and it enters, among other things, the date of that journey and the destination into the relevant boxes.
TIA!