Editing a record in an unbound form

natep26

Registered User.
Local time
Today, 00:46
Joined
Oct 2, 2007
Messages
63
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 suppose you could use a series of dlookups()... But why are you staying away from bound forms?
 

Users who are viewing this thread

Back
Top Bottom