Add records

O

Olu Solaru

I need help in creating a command button that will automatically add records
to table. this command button will be on a form, once the user selects their
data on the form, I want the user to be able to click the command button,
which will automatically populate a specific table, within the same database.
 
U

UpRider

It's a bit unclear as to what you want. You mention a table and then a
specific table. Are these the same table?

"once the user selects their data" Do you mean 'enter the data'? If not,
what does this mean?

Is the form recordsource a table or query? Are the controls (text boxes)
bound to fields in that recordsource?

More information, please.

UpRider
 
Top