C
Chuck
I have a subform designed to outline records of various customer service
issues. Each record is a seperate issue. The main form is entitled
"Business" and the subform is entitled "Service Notes List". The idea is to
have a quick reference to past notes and to be able to double click on a
record and view/edit past notes. When I add a service note record I use
another form entitled "Service Note Details". This form is accessed from the
Business form via a command button. My problem is that after a new record is
created on the Service Note Details form and that form is closed (leaving
the Service Notes List subform as the active form) the subform will not
automatically show the new record. I would like to use the requery action
within a macro to force the subform to show the new record as soon as it
receives the focus again. I have tried to creat a macro in the "On Got
Focus" property of the Business form in the following way:
Requery - Forms!Business![Service Notes List].form
however this is not working.
issues. Each record is a seperate issue. The main form is entitled
"Business" and the subform is entitled "Service Notes List". The idea is to
have a quick reference to past notes and to be able to double click on a
record and view/edit past notes. When I add a service note record I use
another form entitled "Service Note Details". This form is accessed from the
Business form via a command button. My problem is that after a new record is
created on the Service Note Details form and that form is closed (leaving
the Service Notes List subform as the active form) the subform will not
automatically show the new record. I would like to use the requery action
within a macro to force the subform to show the new record as soon as it
receives the focus again. I have tried to creat a macro in the "On Got
Focus" property of the Business form in the following way:
Requery - Forms!Business![Service Notes List].form
however this is not working.