Update Table

A

Asif

I have a textbox (txtSkipNumber) in a form. The value in this textbox
is 1 when I click on a command button (cmdEmpty) the value in the
txtSkipNumber increase by 1 (i.e. will change to 2) when I go back
into the table (tbl_SkipProcess) for this form there's only one entry
and under the field name for Skip Number i.e the entry for Skip Number
1 has changed to 2. Any ideas how if I click on cmdEmpty a new entry
is created in tbl_SkipProcess to allow for the new skip number?

Thanks
 
Top