dominicdunmow
Technical User
Hi there,
I've put together a database and to keep things 'looking' neat and tidy I've stored all the static data to one table, so there are about 10 fields in the table all completely independent of one another.
Will this method hamper the performance of the database when the comboboxes on my form try to retrieve their respective data?
E.g. I have a combobox on a form for Customer name. The comboxo gets the list og customer names via a query from the table. Does the Jet Engine retrieve all the fields in the table and then single out and return only the Customer field? or from the off does it just look for the Customer field?
And hence would it be more efficient if I hade a separate table for the customer name and for each other field that is used by a combobox?
Thanks
I've put together a database and to keep things 'looking' neat and tidy I've stored all the static data to one table, so there are about 10 fields in the table all completely independent of one another.
Will this method hamper the performance of the database when the comboboxes on my form try to retrieve their respective data?
E.g. I have a combobox on a form for Customer name. The comboxo gets the list og customer names via a query from the table. Does the Jet Engine retrieve all the fields in the table and then single out and return only the Customer field? or from the off does it just look for the Customer field?
And hence would it be more efficient if I hade a separate table for the customer name and for each other field that is used by a combobox?
Thanks