new record

G

golan

hello, i have form with 2 comobox in click event the data be fed to
DAO.Recordset then to a table. after that we finish to enter the data i want
that command button
will change the check box to true and to add a new record.
the cursor need to be in the new rew(record).
thanks ,
 
E

Erez Mor

mar golan hayakar

use the After_Update event of the combobox to do the following
Chkbox=True
me.recordSet.AddNew

Chkbox is the name of the check box on the form

good luck
Erez
 
G

golan

thanks erez i add a new record bet but the new data update the last record
not the new !, the cursor is in the last rew\record not the new one.
 

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