So let me start off by stating that I cannot post any of the code.
So I have a large databse (65K rows) with names, genders, and locations (Not the real data but you get the point). I have a Form that has 3 list which i use to apply a filter to a query. This query uses 3 dummy tables to only include the DISTINCT names, genders, and locations seaperatly.
I have the list populated using the properties sheet and the query being populated using VBA code. However, my issue is that access (bottom right) says its running query as soon as i open the Form. What is bothering me is that my VBA code has a msgbox to pop-up as soon as the sub is accessed but it doesnt come up until i wait a few minutes for whatever is running before hand. VBA code is set to Form_Open FYI.
My question, has anyone experience something similar or is there a good way to debug exactly what is happening and when?
So I have a large databse (65K rows) with names, genders, and locations (Not the real data but you get the point). I have a Form that has 3 list which i use to apply a filter to a query. This query uses 3 dummy tables to only include the DISTINCT names, genders, and locations seaperatly.
I have the list populated using the properties sheet and the query being populated using VBA code. However, my issue is that access (bottom right) says its running query as soon as i open the Form. What is bothering me is that my VBA code has a msgbox to pop-up as soon as the sub is accessed but it doesnt come up until i wait a few minutes for whatever is running before hand. VBA code is set to Form_Open FYI.
My question, has anyone experience something similar or is there a good way to debug exactly what is happening and when?