stephee24
10-29-2008, 06:23 AM
Hi - I have a database that loads a form when I open it. I went to Tools > Start up to see which form it was loading, but nothing was in the drop down under Display Form/Page.
I event went into the VBA immediate window and tried to query the CurrentDb property for StartUpForm (?CurrentDB.Properties("StartupForm")) but it gave me nothing (some sort of error message), as would be expected since the drop down had nothing in it.
The problem is, I'd really like to figure out how this form is loading on start up if it is not done the traditional way. Where would I even begin to look for this? I did a full VBA project search on the form name when I figured out which one it was and found no code in the project that opened it. I am perplexed!
I event went into the VBA immediate window and tried to query the CurrentDb property for StartUpForm (?CurrentDB.Properties("StartupForm")) but it gave me nothing (some sort of error message), as would be expected since the drop down had nothing in it.
The problem is, I'd really like to figure out how this form is loading on start up if it is not done the traditional way. Where would I even begin to look for this? I did a full VBA project search on the form name when I figured out which one it was and found no code in the project that opened it. I am perplexed!