Search results

  1. L

    INSERT INTO problem

    OK, I've solved that with this: INSERT INTO emaillog ( Email, When, What) SELECT email, '20050712', 'P:\db\RAM Price List.zip' FROM ram_050712query; Thanks for the help guys!
  2. L

    INSERT INTO problem

    The contacts are in a table, and I get out certain email addresses by a query. I need to add these emails to another table with a date and a subject. Actually I'm using MS Access... Can you help me?
  3. L

    INSERT INTO problem

    I have a quite difficult problem and I need help!!!! I have a table and I have to insert a few hundred rows with these columns: Email When What I could make when and what with VALUES like INSERT INTO emaillog(when, what) VALUES (050712,P:\db\RAM Price List 070512.zip) This is...
  4. L

    Insert Into Sql table help

    INSERT INTO VALUES or SELECT???? I have a quite difficult problem and I need help!!!! I have a table and I have to insert a few hundred rows with these columns: Email When What I could make when and what with VALUES like INSERT INTO emaillog(when, what) VALUES (050712,P:\db\RAM...
Back
Top