before-change-macro-event.md - invalid list of commands? #811
semenenkov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
https://learn.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/before-change-macro-event
"SetField" is allowed for "Before Change".
At the same time, the only allowed data block is LookupRecord. But,
https://learn.microsoft.com/en-us/office/client-developer/access/desktop-database-reference/setfield-macro-action
"The SetField action cannot be used outside of an CreateRecord or EditRecord data block."
So, at least one of these blocks should be available for "Before Change", or "SetField" should not be allowed for "Before Change."
Which option is correct?
Beta Was this translation helpful? Give feedback.
All reactions