I have a form that is unbound. Information is entered into the form which populates a subfrom via a query and when the Save button is clicked an append query is ran to add the records to the final table.
I have a listbox on another form that displays all the records in the table. I need to be able to double click on a record in the listbox and open up the unbound form with the selected record for editing.
Is this possible?
Thanks
I have a listbox on another form that displays all the records in the table. I need to be able to double click on a record in the listbox and open up the unbound form with the selected record for editing.
Is this possible?
Thanks