Second Hand may be? Try eBay!A friend wants to buy Microsoft Access 2000.
Does anybody know whether is it possible to buy this version?
I'm sure this is a stupid question but why would someone want to buy an 18 year old version of Access when newer versions will run a database of this version?
macros which for different reason I use a lot
I'm curious about the reasons why you would want to use a macro at all.
I'm curious about the reasons why you would want to use a macro at all.
The only time I use a macro is to initiate the running of a procedure eg Autoexec. In latter years I have used macros where many controls have an event that triggers the same code where it's easier to multi-select the controls, and put the macro in the event action.
Like many other Access features, Macros have their place during early stages of database development. Eventually, though, you want to change the macros to code and then run them using VBA calls. AND improve their error handling. I used them most often when I had a long sequence of successive action queries to massage things in a specific order.
I think of Macros as "scaffolding" that you put up to keep something from falling apart until you can put up the "real thing" (whatever that would be). That is similar to the way I think about code built by wizards. Great to get you off the ground but eventually you want to clean it up. A LOT.