How do I add a row via a form without using data entry?

DeMarcus

Registered User.
Local time
Yesterday, 20:54
Joined
Jul 14, 2006
Messages
37
Say I have a form with three blank textboxes:

Name
Date
Description


And I have a table with those same fields: Name, Date, Description


How can I code a button to add a new row (record) from the form using the textboxes after they have been filled in?

I am familiar with the basic data entry mode, but for my purposes, it'd be best if I could do this without forcing the form to use the table as a Record Source.

Thanks so much in advance.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom