matt beamish
Registered User.
- Local time
- Today, 14:49
- Joined
- Sep 21, 2000
- Messages
- 215
I have used a function I found here
http://allenbrowne.com/ser-59alt.html and I have a very simple question on how to run it.
The instructions show me how to run that function (and include subdirectories) by using
from the Immediate window (with which I remain woefully unfamiliar).
I can now run the procedure from the Immediate Window, but I want to run it either on database start up, or from a button. How do I do this?
Thanks
Matt
http://allenbrowne.com/ser-59alt.html and I have a very simple question on how to run it.
The instructions show me how to run that function (and include subdirectories) by using
Code:
Call ListFilesToTable("C:\Data", , True)
from the Immediate window (with which I remain woefully unfamiliar).
I can now run the procedure from the Immediate Window, but I want to run it either on database start up, or from a button. How do I do this?
Thanks
Matt