J
JethroUK©
If i need a dropdown field (e.g. A, B or C) - is it best to design it in the
table or the form?
table or the form?
JethroUK© said:If i need a dropdown field (e.g. A, B or C) - is it best to design it in
the table or the form?
IMHO, data belongs in tables. A list of options is data.
JethroUK© said:Just for the record - most of my fields will be using lookup/dropdown
for speed and accuracy of entry for user friendliness - albeit most
will be "text only" fields where it will simply look up any
previously used 'text' (no index field, no separate table) - e.g.
'Town field': will find only previously used towns, but retain the
option to just type in any not in list
Used this method before very effectively
I am inclined to design these into the table from the start - but it's
equally possible just to design these into the form as ness