Community discussion forum

how to save record to another table in the same ms access database

  • 1 year ago

    im try to save certain fields from a table to another table. its l ike this:

    i have a form (created from table1) , once click on save button, textbox1,textbox2 value will be save in another table called table2 in the field 2 & 3 (table2 contains 3 fields but i only want to enter the 2nd & 3rd field)

    so how do i do this... any help .... with sample code appreciated

  • 1 year ago

    Maybe using of Insert Into table2 (Select 0 As id, col1, col2 From table1 where ???) would help

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback