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 bkrike 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: *

  • Users: bosk0
  • Content: Threads
  • Order by date
  1. bosk0

    Getting a syntax error in INSERT INTO statement

    I have a form that gets its information from a query. There are 4 fields that are unbound that will be filled in by the user. When a button is pressed it is suppose to take all the information shown on the form from the original query and the filled in information and insert into a table named...
  2. bosk0

    update a field

    I need to update a field in a table named ClientContacts. The field needing updating is named CARef#. There is a second filed in named CCRef#. I have a table with contains only 2 fields they are CARef# and CCRef# named PopCARefField. An example of the date in the PopCARefFiled table is...
  3. bosk0

    Help to have a Make Table query to make multiple tables

    What we have is a table that contains data for multiple sub accounts. Right now we are using a make table query to manually make a new table from each of the sub accounts so that they can be exported for some other stuff. The current table has 33 sub accounts. What we would like to do is have...
  4. bosk0

    Append data from a form into a different table.

    I have a form that gets its records from a query. What I am trying to do is after looking at the records returned, to append a specific record to a different table. My query gives me the error "Syntax error in INSERT INTO statement" Any help is appreciated. INSERT INTO [Report Temp] (T01DESM...

Part and Inventory Search

Back
Top