I am new to doing this with Access. But with Excel I would go to the VBE, type in "Sub MySub" for example, add in the code, then go back to Excel and select Tools/Macros . . . and "MySub" is listed there for running.
OK, so I did the same thing with Access so that I can run some code, and again I have :
Sub Mysub
' code here
End Sub
Question 1) when I go back to Access and select Tools/Macros / Run Macro...
A dropdown box pops up and the drop-down is empty.
Question 2) I also see that you can go to "Insert/Macro" and Access has its own Macro editor where you select commands from a drop-down box. This method looks much more limiting and not very intuitive on how to create macos. How does that correspond with th Macros that I wrote in the Access VB Editor ? Does Access actually support two different versions of macros ?
Any help on these 2 questions ? Greatly appreciated . . .
ls
OK, so I did the same thing with Access so that I can run some code, and again I have :
Sub Mysub
' code here
End Sub
Question 1) when I go back to Access and select Tools/Macros / Run Macro...
A dropdown box pops up and the drop-down is empty.
Question 2) I also see that you can go to "Insert/Macro" and Access has its own Macro editor where you select commands from a drop-down box. This method looks much more limiting and not very intuitive on how to create macos. How does that correspond with th Macros that I wrote in the Access VB Editor ? Does Access actually support two different versions of macros ?
Any help on these 2 questions ? Greatly appreciated . . .
ls