I have a ComboBox named PIDNO in a form named DWGNO. It lists all the drawing numbers in Table PID, under column named PID using RowSource:
SELECT DISTINCTROW [PID].[PID] FROM PID;
I need to create a command button to take the selected drawing number and place it in a record in a Table named...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.