G
Guest
I have a form/subform where the form is used for record entry and I want the
record to immediately roll into the subform after user hits a button. The
button has these macro steps:
1. SaveRecord
2. OpenQuery - Runs an update query in order to copy the [Odline] date into
any null [Deadline] field
3. Requery - runs query named Log in order to refresh the subform by
receiving the newly entered record with the updated info from step 2
4. GoToRecord
The update query from step 2 works outside of the macro, but does nothing as
part of the macro. No errors occur when the button is depressed to kick off
the macro
The subform draws data from a query. There is no parent/child relationship
established between form/subform; as I want to show all records from Log.
Any suggestions, please?
record to immediately roll into the subform after user hits a button. The
button has these macro steps:
1. SaveRecord
2. OpenQuery - Runs an update query in order to copy the [Odline] date into
any null [Deadline] field
3. Requery - runs query named Log in order to refresh the subform by
receiving the newly entered record with the updated info from step 2
4. GoToRecord
The update query from step 2 works outside of the macro, but does nothing as
part of the macro. No errors occur when the button is depressed to kick off
the macro
The subform draws data from a query. There is no parent/child relationship
established between form/subform; as I want to show all records from Log.
Any suggestions, please?