I have an Access Database originally designed in Access 2003. There is a form that was used as the startup form. I've rebuilt the database in Access 2010. Importing the original Data, Queries, Forms, reports from the access 2003 Database. The startup form had a short delay in the form load event to allow 2 combo boxes on the form to process. the first combo box is for a type and the 2nd is a list of subtypes related to the type. the source for the 2nd combo box is a query using the first combo box in the where clause. the types and subtypes are in 2 tables in the database. Worked fine in Access 2003. Since converting everything to 2010 and using a Navigation form rather than the original form as a startup. There is now a prompt for the combo box 1 data. The prompt comes up before the delay even starts. I tried adding a delay on the Navigation Form Load Event but still get the prompt prior to that. Anybody run into this? anybody have an idea how I can fix it?
Thanks
Thanks