M
Mark
I always thought that whenever a combobox was used in a form the rowsource
should come from a lookup table. E.g. tblUOM 1. Each, 2. KG, 3. Case. My
logic behind this was 1. It is centralised and can be easily updated and 2.
Storing an ID field (long number datatype) would use less space/resources
than storing a text value. I am seeing more and more examples of people
using listed values. I know lookup fields in tables are a no no but what
about list values within a combo on a form. Surely it would be better for
overheads to store values 1 or 2 relating to tblGender instead of values
male or female within a field. Whilst I'm on the subject, I've just tried
running the Project Management template in Access 2007 and rather than
having a tblProjectStatus with ProjectStatusID & ProjectStatus the table
uses list values which is apparently a "sin"!
Thanks
should come from a lookup table. E.g. tblUOM 1. Each, 2. KG, 3. Case. My
logic behind this was 1. It is centralised and can be easily updated and 2.
Storing an ID field (long number datatype) would use less space/resources
than storing a text value. I am seeing more and more examples of people
using listed values. I know lookup fields in tables are a no no but what
about list values within a combo on a form. Surely it would be better for
overheads to store values 1 or 2 relating to tblGender instead of values
male or female within a field. Whilst I'm on the subject, I've just tried
running the Project Management template in Access 2007 and rather than
having a tblProjectStatus with ProjectStatusID & ProjectStatus the table
uses list values which is apparently a "sin"!
Thanks