D
David M C
I'd like to store individual users preferences (how forms are displayed,
print & email options, etc). Some people suggest using an ini file, others
suggest using a table in the front-end.
I'd say the table in the front-end is the easiest option but how should the
table be designed?
Perhaps:
SettingID
SettingName
SettingValue
Or maybe each setting should be a field, and only have one record for all
the settings. eg:
NumOfRecords : number
SupportEmail : text
LastOpened : Yes/No
ShowAll : Yes/No
LastOpened : Date
etc
Thanks
Dave
print & email options, etc). Some people suggest using an ini file, others
suggest using a table in the front-end.
I'd say the table in the front-end is the easiest option but how should the
table be designed?
Perhaps:
SettingID
SettingName
SettingValue
Or maybe each setting should be a field, and only have one record for all
the settings. eg:
NumOfRecords : number
SupportEmail : text
LastOpened : Yes/No
ShowAll : Yes/No
LastOpened : Date
etc
Thanks
Dave