c02dm
Registered User.
- Local time
- Today, 19:15
- Joined
- Apr 12, 2005
- Messages
- 18
Hello,
I want to be able to double click on a record in a listbox (lstSubOrder) which uses (qrySubOrder), which in turn will open the orders form with the CustomerID, Title, FirstName and Lastname from the listbox copied into the corresponding fields on the orders form (tblOrders). I can do this with just fields from one table to another, but i dont know how to do it with fields from a listbox to a table.
The normal way if it was just fields from table to table for CustomerID would be;
Forms![frmOrders]!CustomerID.Value = Me![CustomerID].Value
Any ideas on how to do it, i've had a go and i cant figure it out.
I want to be able to double click on a record in a listbox (lstSubOrder) which uses (qrySubOrder), which in turn will open the orders form with the CustomerID, Title, FirstName and Lastname from the listbox copied into the corresponding fields on the orders form (tblOrders). I can do this with just fields from one table to another, but i dont know how to do it with fields from a listbox to a table.
The normal way if it was just fields from table to table for CustomerID would be;
Forms![frmOrders]!CustomerID.Value = Me![CustomerID].Value
Any ideas on how to do it, i've had a go and i cant figure it out.
Last edited: