ACCESS TEMPLATE FOR ISSUES

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
Back
Top