I'm having all sort of trouble with something that shouldn't be so difficult.
I'm trying to pull a record from Table A and save it to Table B but I can't seem to get it to work.
Table A contains 185,000 records. I created a query that filters the records (by name or ssn) based on user input. The filtered list comes up in a listbox on frmSelect.
From the list box containing the filtered records, I want the users to be able to double-click on the record they want, which will populate frmPartic and save the record to Table B.
But I can't seem to get the double-click event to take the selected record from the listbox on frmSelect to frmPartic and into Table B.
If more explanation is needed, please let me know, but I sure would like to figure this out.
Thanks
I'm trying to pull a record from Table A and save it to Table B but I can't seem to get it to work.
Table A contains 185,000 records. I created a query that filters the records (by name or ssn) based on user input. The filtered list comes up in a listbox on frmSelect.
From the list box containing the filtered records, I want the users to be able to double-click on the record they want, which will populate frmPartic and save the record to Table B.
But I can't seem to get the double-click event to take the selected record from the listbox on frmSelect to frmPartic and into Table B.
If more explanation is needed, please let me know, but I sure would like to figure this out.
Thanks