
How to add new records in a new database
I'm not exeactly sure what your trying to do, if your adding a record to a
database with a form, i don't think i would bind it as much as have a
command button call a procedure to run an insert into query with the data
from the form. If your using something like sql server this would be a good
method.
Matt Peters
Quote:
>Hi, How can I add new records in a new database using bound input control?
I tried to use "data1.recordset.addnew", but failed.
Quote: