dominicdunmow
Technical User
Hi there,
I've put together a database and to keep things 'looking' neat and tidy I added all 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 form comboboxes try to retrieve only one field?
E.g. I have a combobox on a form for Customer name. The comboxo gets the list og custoemr 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?
And hence would it be more efficient if I hade a separate table for the custoemr name?
Thanks
I've put together a database and to keep things 'looking' neat and tidy I added all 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 form comboboxes try to retrieve only one field?
E.g. I have a combobox on a form for Customer name. The comboxo gets the list og custoemr 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?
And hence would it be more efficient if I hade a separate table for the custoemr name?
Thanks