G
Guest
In my main form, I have a command button which runs a macro. The macro opens
a dialog box. The dialog box asks the user to provide information, and then
the macro uses that information to make additional decisions regarding the
record. Sometimes this results in changes to the value of a particular field
in the main form. The whole thing works OK, except that when I close the
dialog box, the changes have been stored to the underlying table, but they do
not update on the main form. When I try to close the main form, I get a
warning about "another user" changing the record. Apparently access sees the
macro as a different user than me. Is there some way to instruct access to
update the main form after the dialog box closes? I've tried "requery"
without success
a dialog box. The dialog box asks the user to provide information, and then
the macro uses that information to make additional decisions regarding the
record. Sometimes this results in changes to the value of a particular field
in the main form. The whole thing works OK, except that when I close the
dialog box, the changes have been stored to the underlying table, but they do
not update on the main form. When I try to close the main form, I get a
warning about "another user" changing the record. Apparently access sees the
macro as a different user than me. Is there some way to instruct access to
update the main form after the dialog box closes? I've tried "requery"
without success