C
Chuck
what would be the recommended method to save user preferences in a front-end
database ? For example, my front-end will eventually have a language
selection option which will allow the users to select the language of choice
for the user interface. I would like their language choice to be saved as
the default.
Should I have a table saved on the front-end (each user will be using their
own front-end) which will contain their preferences. Or should it be a table
on the back-end which contains the preferences for all the users and
determined when a user logs on? Or is there another method to do this?
thanks
database ? For example, my front-end will eventually have a language
selection option which will allow the users to select the language of choice
for the user interface. I would like their language choice to be saved as
the default.
Should I have a table saved on the front-end (each user will be using their
own front-end) which will contain their preferences. Or should it be a table
on the back-end which contains the preferences for all the users and
determined when a user logs on? Or is there another method to do this?
thanks