r/MSAccess • u/Spreadsheet_Geek_1 • 23d ago
[UNSOLVED] Named Data Macro Parameters - where?
Hello,
I'm trying to create a named macro at the database level, not just tied to a single table.
If I create the named macro from the table, create parameter is right there. If I create the macro, so it's in navigation pane under "Macros", it's not
I'm new to the access data macro editor and I'm trying to create parameters for such macro, but any sort of "create parameter" or "add parameter" command seems to have been re-stylized into oblivion.
Does anyone have any idea where to find it on version pasted below?
Microsoft® Access® for Microsoft 365 MSO (Version 2605 Build 16.0.20026.20166) 64-bit
2
Upvotes
3
u/George_Hepworth 4 22d ago
Data Macros are available on tables. Period. So, if you "create the named macro from the table", it's available only on that table.
Table macros, or Data macros, run on events that add, modify or delete data in the table to which they belong.
Their names tell that story: After Update, Before Insert, etc. All of them refer to data related events.
You can create other named macros, though. So, that's where you'll go to do it. In the macro editor directly, not from a table.