Color Scheme

  • Thread starter Thread starter myxmaster
  • Start date Start date
M

myxmaster

Off the wall question.
Using Access 2003.

Is it possible to globaly change the color scheme/ appearance of
forms. IE: place a command button that allows the user to select the
"Theme" for the database.

Thanks
 
Hi,

I would imagine you could store the users selected colours for certain items
(back colour, font colour etc) in a table, then in the form on open event set
the backcolor and forecolor properties of the various controls to the
selected colour (as read from your table).

Hope this helps.

Damian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top