Hello all,
Is it possible to have a main form (with a record source set to a query) feed records into multiple subforms? I'm trying to limit the number of times I query the db to speed the form up. Currently around 2+ mins to load.
Background on my project:
I'm trying to display 23 different records for a surgery center status board. Each record represents a patient in a bay(room). I have accomplished this in using 23 instances of a subform and changed the record source on the main form for each. This is slow to load. Obviously. I need a subform because I also need to display small icons and show/hide them for each patient. I've also tried a continuous form with no luck on the icons. I have also optimized the queries as best as I can.
I appreciate any ideas to make this work.
Access 2010
Windows 7