Thanks! It worked Great! Sorry about the delay on the reply...Spint DSL in Texas :(
I have one more question about storing multiple values in one record. As you can see, I separated each value with a comma. (I don't know if that's a good thing or not) Since I associate everything to a single...
I receive a syntax error when I use the syntax & " " & to attempt to combine the existing data in the field with the new values. I tried &""& with the same result. Am I even using the best method to get multiple values in my database record using the value in my ComboBox...
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.