Hi, I am having an issue with my form taking a long time to load-up. After playing around, i can pin it down to the number of secondary data connections i have set-up to "Automatically Retrieve Data When Form is Opened" which i need in order to auto populate the many drop-down fields from my Access database. By the way, i know a web service would solve this problem but this is not an option.
I know i can make these additional connections as "non automatic retrieval" and create a seperate button to populate the relevant drop-down, but this is a bit messy. Ideally i would like to modify the code so that when a drop down is selected, it will retrieve the look-up data. Is this possible and what code would i need to add, bearing in mind im not really a programmer.
Any help would be much appreciated.