andrew_access
Dec 5 2008, 11:38 AM
Can anyone point me in the direction of a tutorial or something to show me how to add data to a table using a form?
niesz
Dec 5 2008, 12:13 PM
Is your form already bound to a table?
Do you have controls on your form that are bound to the fields in the table?
Is the AllowAdditions property of the form set to Yes?
If the answers are all Yes, then the "record" after the last one will be used for data entry.