ACCESS TEMPLATE FOR ISSUES

P

Pinky

We downloaded th etemplate for issues and have added several fields to the
form. They are also fields in the dtatabase. When entering data via the
form, it does not fill in the added fields in the database table. Help
please?
 
D

Duane Hookom

Forms have controls that can be bound to fields in the form's record source.
This is done by setting the control source of the control to a field name.
Is this what you have done?
 
Top