S
slymeat
I have a form that's data is supplied from an underlying query of a number of
tables.The form also has a number of subforms.
I have a VB procedure that runs when the user changes data in a subform. The
procedure deletes specific records from and then appends new records (in
their place) to one of the tables that is part of the underlying query for
the main form e.g. outcome of last phone call to client.
When I run the VB procedure from the subform, the data in the textboxes on
the main form that has been deleted and refilled does not update even though
I requery and refresh the main form. It appears as "#Deleted".
Does anybody know the reason for this?
tables.The form also has a number of subforms.
I have a VB procedure that runs when the user changes data in a subform. The
procedure deletes specific records from and then appends new records (in
their place) to one of the tables that is part of the underlying query for
the main form e.g. outcome of last phone call to client.
When I run the VB procedure from the subform, the data in the textboxes on
the main form that has been deleted and refilled does not update even though
I requery and refresh the main form. It appears as "#Deleted".
Does anybody know the reason for this?