make vba macro available - can only run it in VBA editor
This one is driving me batty - I finally got the vba code to work, but I can only run the VBA macro from within the VBA editor. When ever I try to run it form anywhere else the run button is greyed out.
After sniffing around different sites I put together this macro. The DoCmd is very slick and easy...as stated several times on this forum VBA is the way to go.
Sub importSeasonalSales()
DoCmd.RunSQL "delete from Gr_orddtl2"
DoCmd.RunSQL "delete from Gr_ordhdr"
DoCmd.TransferText...
Hi to all,
I found this forum while searching the Internet in frustration on the process of updating Access databases. So far I've found out that macros in Access aren't as east to create as they are in Excel; which I've been doing successfully for years.
Could someone suggest a good "soups to...