new record

  • Thread starter Thread starter golan
  • Start date Start date
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 ,
 
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
 
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

Similar Threads

Requery 2
open form with no data 11
Access Automatically Send a notification email once a record is added 0
add record 6
New Record Question 9
Help with not in list 2
update listbox 2
Object Variable Error 7

Back
Top