I have several of these that I would like to convert to code and because you you can't hide macro in the MDE file.
The actions being carried out by the macros are simple things...SetValue, GoToRecord, gotoControl, copy, paste.
All these macro/runmacros that I use typically run down a record set and then stop when the condition is met...or I sould say when the condition evaluates to false.
Some of them use Repeat Count and for that it will be =[Forms]![FormName]![TextboxName]
Using the Access conversion does not work as that still needs the macro.
I imagine it would be some way to repeat Call and the function that is run is simply the macro actions (in VBA) used in the macro that is run by RunMacro.
Thanks for any help. or clues/guidance
The actions being carried out by the macros are simple things...SetValue, GoToRecord, gotoControl, copy, paste.
All these macro/runmacros that I use typically run down a record set and then stop when the condition is met...or I sould say when the condition evaluates to false.
Some of them use Repeat Count and for that it will be =[Forms]![FormName]![TextboxName]
Using the Access conversion does not work as that still needs the macro.
I imagine it would be some way to repeat Call and the function that is run is simply the macro actions (in VBA) used in the macro that is run by RunMacro.
Thanks for any help. or clues/guidance