Why does my template with data tracking not populate to the datab.

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

Guest

I have created a data input form which should track the data through to a
database using the template wizard. The wizard is set up correctly (ie all
of the cells are linked to the correct ones in the database), but when I fill
in the form and save it, it doesn't automatically populate the database. Why
not?
 
Do you mean a table rather than a database? Your form should be bound
(Record Source) to either a table or query. Your controls should be bound
(Control Source) to fields in the Record Source.
 
Back
Top