473,385 Members | 1,311 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Allow users to change Back Ground Color in Access

171 100+
Hi How can I make a user panel where they can choose a color for all the forms in an Access database.

I have made a table with all the user names and it has a field for color which can store their desired color.

I don't however know how to allow them to choose a color themselves.

Thanks
Jan 14 '10 #1
4 4287
nico5038
3,080 Expert 2GB
When you have a limited number of colors you could place a button (or label) for each color on a form and store the value of that button when pressed.
Personally I wouldn't allow users to select a color as it's sometimes blurring the text and makes the overall color design rather "hard'
Every windows system allows you to chose a color scheme for all applications and why not advise them to use that and use the "standard" template colors in your application?

Nic;o)
Jan 14 '10 #2
NeoPa
32,556 Expert Mod 16PB
As a part of the form design is (should be) determining which colours work well together and make the form readable and easy to work with, I cannot imagine that allowing users (unless themselves trained in design - in which case the question becomes about a colour scheme instead) the ability to change form colours is good design in any sense.

I'm sorry to sound negative but this is a serious point.
Jan 14 '10 #3
iheartvba
171 100+
I understand what you are saying, the only reason I want to do this is so each user has a different color associated with their forms. This will ensure that when they log on to the database they haven't accidently logged on with the wrong username, as they will see a different color if they log in with another user name (I don't like to use passwords because people forget the password). Probably simpler for me to choose schemes for each user.
Jan 15 '10 #4
wizardry
201 100+
have you thought about using vba create a module with the functions listed for each hex or ascii language set for that color then create a macro for on click on the users panel which you just created. that panel will list the available options that you have just defined from within your custom color palette. and store that color lang. set in their users profile tbl for profile session setting or what ever and call that when the user logs in. hope this helps.

schemes are ok but just a templete / outline.

i would recomend using vba(visual basic access) you can grab everything from network address, etc... and store that into the users schema as well.

----- per previous post ----

why give users access to the color schema?

answer 1. all color schematics are not the same on every system. unless its all duplicate from the developers which i highly doubt. i.e. tower has differant graphics chip set. monitor has differant graphics chip set.

answer 2. think like the CEO " If my users could change their system to the way they are comfortable using it; with out damaging the system or systems or their self or others; which means more productivity. then yes give then access to that custom schema which allows them to change font, and color setting to their users profile.

answer 3. this is a database your building right? lol..... just joking! do you have an audit trial setup? history tables? i would just in case, also you can derive your reporting from that.
Jan 15 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Fran Tirimo | last post by:
I am developing a small website using ASP scripts to format data retrieved from an Access database. It will run on a Windows 2003 server supporting FrontPage extensions 2002 hosted by the company...
24
by: Jim Hubbard | last post by:
Anybody know?
3
by: Duane Phillips | last post by:
Greetings. Can an app be developed in .Net to deploy like local installed apps, and then later reuse that code and object set to deploy on a web server? I have read a little about WEB vs. RICH...
6
by: Cro | last post by:
Dear Access Developers, The 'Allow Additions' property of my form is causing unexpected results. I am developing a form that has its 'Default View' property set to 'Continuous Forms' and am...
2
by: Rod | last post by:
I have a requirement in which I need to allow the user to log into our ASP.NET application, but also be able to change their Windows password, if it is expired. I had thought that Windows...
5
by: DeanL | last post by:
I know you can convert a database from Access 2003 to 97 easily but is there anything that I should avoid doing in Access 2003 that might make my database incompatible with Access 97? Many...
5
by: profdotnet | last post by:
Below is the code of web.config file: <configuration> <system.web> <authentication mode="Forms" /> <authorization> <allow users="Admin"/> <deny users="Jack,Mary" /> <deny users="?">...
2
by: James | last post by:
When property 'Enabled' is set to 'false', the text back ground color always turn to gray. Can I change this color? From http://developmentnow.com/g/36_2003_7_0_0_0/dotnet-languages-csharp.htm ...
2
by: davehirend | last post by:
i have porblem for change the back ground of the TextBox in ASP.NET 2.0
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.