Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DCSGuru

    Use ComboBox to append multiple values to a Single Record

    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...
  2. DCSGuru

    Use ComboBox to append multiple values to a Single Record

    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...
  3. DCSGuru

    Use ComboBox to append multiple values to a Single Record

    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...

Part and Inventory Search

Back
Top