L
.Len B
I have a form whose job is to collect data in a subform in the
top half and display the past entries (uneditable) in the bottom
half. The RecordSource of the parent form (a query) has a 1-many
relationship with the RecordSource of the subform (a table). The
data in the parent is not intended to be edited. It is there to
provide a context for the subform data.
On the subform is a command button to save the data to the subform's
underlying table. This works fine but I also need it to clear the
subform to allow another entry.
I also want to update the list of past entries displayed in the
bottom half. I figure a Requery will update the display since the
fresh data is now in the table.
What is the best method of clearing/resetting the now-saved subform?
top half and display the past entries (uneditable) in the bottom
half. The RecordSource of the parent form (a query) has a 1-many
relationship with the RecordSource of the subform (a table). The
data in the parent is not intended to be edited. It is there to
provide a context for the subform data.
On the subform is a command button to save the data to the subform's
underlying table. This works fine but I also need it to clear the
subform to allow another entry.
I also want to update the list of past entries displayed in the
bottom half. I figure a Requery will update the display since the
fresh data is now in the table.
What is the best method of clearing/resetting the now-saved subform?