J
John Doe
I have a form that is has as its RecordSource a query.
On that form I have a list box that has as its RecordSource that same
query.
The form opens and the list box shows the correct rows of data.
I would like to double-click on a row in the list box and that would
put the data for each field into appropriate controls on the form
where I can then edit the data for each field.
I cannot seem to get things to work. I have checked the MSDN
information and the Help files for information on all of this. I have
even copied some of the code from the examples but that doesn't work
for this form.
Any suggestions on where to turn?
On that form I have a list box that has as its RecordSource that same
query.
The form opens and the list box shows the correct rows of data.
I would like to double-click on a row in the list box and that would
put the data for each field into appropriate controls on the form
where I can then edit the data for each field.
I cannot seem to get things to work. I have checked the MSDN
information and the Help files for information on all of this. I have
even copied some of the code from the examples but that doesn't work
for this form.
Any suggestions on where to turn?