Hello
Is there any possibility to run a vba procedure when opening my database? This should run before any form is loaded.
Thanks for any help
E.Glaser
And a quick little additional info - your function must be public (don't know if it can be in a form or report but might need to be in a standard module) for it to be recognized by the autoexec macro.