Copying Records from a form to a table

A

Andrew

I make a form with the form wizard using all the fields from my table named
frmSearch

I then make a combo box in the header that finds a record on my form based
on the selection in the combo box - cmbSearch

I have a command button that I want to append the current record to a new
table but i dont know what code I need on the on_click event to do that.

Thanks in advance
 
J

John Henriksen

Hey Andrew !

make an append query that append to your tabel using an unik key ( the unik
key on the search form)

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top