Hi all,
Not sure if this question should be raised in this Discussion thread but it sounds as a design question so here it goes...
I have a database which I have splited in Front End / Back End. I have around 100ish combo boxes splitted in around 25 forms.
My question is, what is the fastest way to populate the items into the combo boxes? Would it be via VBA using ADO/DAO on loading each form or through linked tables using then the RowSource of the combobox itself?
Just as a background, the laptops which will be using it are really really really old (they run in 512Mb RAM). I am, at the moment, linking the tables but it is taking ages to do so... but if I don't link tables and populate the combo boxes via VBA it might take ages to open the new form, wouldn't it!? So, what should I do?
Many Thanks
mane_uk
Not sure if this question should be raised in this Discussion thread but it sounds as a design question so here it goes...
I have a database which I have splited in Front End / Back End. I have around 100ish combo boxes splitted in around 25 forms.
My question is, what is the fastest way to populate the items into the combo boxes? Would it be via VBA using ADO/DAO on loading each form or through linked tables using then the RowSource of the combobox itself?
Just as a background, the laptops which will be using it are really really really old (they run in 512Mb RAM). I am, at the moment, linking the tables but it is taking ages to do so... but if I don't link tables and populate the combo boxes via VBA it might take ages to open the new form, wouldn't it!? So, what should I do?
Many Thanks
mane_uk