aziz rasul
Active member
- Local time
- Today, 23:26
- Joined
- Jun 26, 2000
- Messages
- 1,935
Details:
On a form, I have a combo box that contains a hundred unique numbers. When I select a random set of numbers from the combo box, they are transferred to an empty table (tblSelected LOPID's).
Question:
How do I run a parameter (append) query using the above chosen numbers in the table, using the DoCmd.OpenQuery method.
Attempted Solution:
I tried to refer to the field in the table, in the parameter query but it didn't work e.g. [Tables]![tblSelected LOPID's]![LOPID].
On a form, I have a combo box that contains a hundred unique numbers. When I select a random set of numbers from the combo box, they are transferred to an empty table (tblSelected LOPID's).
Question:
How do I run a parameter (append) query using the above chosen numbers in the table, using the DoCmd.OpenQuery method.
Attempted Solution:
I tried to refer to the field in the table, in the parameter query but it didn't work e.g. [Tables]![tblSelected LOPID's]![LOPID].