Code:'This is the submacro code I would like to set up in Access 2016 Submacro: OK SetValue <---- Not available from the dropdown list Item = [Visible] Expression = No End Submacro

Trying to create a submacro that uses SetValue but it isn't available to use from the dropdown
Code:'This is the submacro code I would like to set up in Access 2016 Submacro: OK SetValue <---- Not available from the dropdown list Item = [Visible] Expression = No End Submacro
A couple of things to check;
1) Make sure your database file is in a Trusted Location
2) On the Macro Design tab, make sure that Show All Actions is selected.
Thanks Sean. That was it.
2 calculations based on 1 dropdown answer but using different rows from the dropdown
How to create table that change according dropdown list?