I want to create an event that runs when I start up my database. It's basically an append query.
I read here that I need to create a public function. But I tried that and no go.
I did a search on these forums and couldn't find a solution. Any suggestion?Code:Public Function DoSomething()DoCmd.SetWarnings (False) DoCmd.OpenQuery "Append" End Function