Default value posted to table

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

Guest

Hi. I have a form that has a date field. The form has a subform that also has
a date field. I'd like the subform date field to default to the form's date
field AND be stored in the subform's table.

I tried a combo box that looked like it was working- the form showed the
date but the date was not stored in the table.

It a lot of data entry to fill in the subform date for each entry. Could
someone explain how to default the date from the form to the subform AND
store the date in the subform table? Thanks!
 
Stephanie said:
Hi. I have a form that has a date field. The form has a subform that
also has a date field. I'd like the subform date field to default to
the form's date field AND be stored in the subform's table.

I tried a combo box that looked like it was working- the form showed
the date but the date was not stored in the table.

It a lot of data entry to fill in the subform date for each entry.
Could someone explain how to default the date from the form to the
subform AND store the date in the subform table? Thanks!

Add each field the the MasterLink and ChildLink properties.
 
Back
Top