473,383 Members | 1,748 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,383 software developers and data experts.

FORMS - Give consistent visual appearance to all.

ssb
Hello,

I have multiple forms in my access application. I want all the forms
to have consistent formatting for fields appearing on the forms (i.e.
same background color, fonts, font color etc).

Obviously, it can be done manually. But is there some template
mechanism which when applied to the forms, they automatically get
required formatting?

Thanks for the help.
Nov 13 '05 #1
3 2275

"ssb" <ma******@yahoo.com> wrote in message
news:de**************************@posting.google.c om...
Hello,

I have multiple forms in my access application. I want all the forms
to have consistent formatting for fields appearing on the forms (i.e.
same background color, fonts, font color etc).

Obviously, it can be done manually. But is there some template
mechanism which when applied to the forms, they automatically get
required formatting?

Thanks for the help.


Open a form with the required design in design view, go to Format >> Auto
format. In the dialogue box click options where you will find an option to
set an auto format based on the current form.
You can then apply that format to all other forms

Clive
Nov 13 '05 #2
ma******@yahoo.com (ssb) wrote in message news:<de**************************@posting.google. com>...
Hello,

I have multiple forms in my access application. I want all the forms
to have consistent formatting for fields appearing on the forms (i.e.
same background color, fonts, font color etc).

Obviously, it can be done manually. But is there some template
mechanism which when applied to the forms, they automatically get
required formatting?


Yes, there is a way to format a Form to your desired appearance and
then take a menu action to use that as a template. Unfortunately, I
didn't find it carried with it the details for controls, etc., so what
I did was to create a Form with formatting done "my way" including
controls that I might want to use... then I copied that as the basis
for new forms. If you copy the controls, you don't get event code and
I generally don't want it, but you do get the properties.

Another, even easier way, is to use the bog-standard Access defaults.
You may not find them as attractive, but you don't have to do anything
to carry them forward.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #3
ma******@yahoo.com (ssb) wrote in message news:<de**************************@posting.google. com>...
Hello,

I have multiple forms in my access application. I want all the forms
to have consistent formatting for fields appearing on the forms (i.e.
same background color, fonts, font color etc).

Obviously, it can be done manually. But is there some template
mechanism which when applied to the forms, they automatically get
required formatting?

Thanks for the help.


This doesn't help solve your problem, but consider using a unique
color for the background color of each form. The reason for this is
that the different colors give the user more visual context concerning
where they are in the hierarchy of forms. Also, users have told me
that very light colors are much nicer on the eyes than the standard
colors shown in the design mode of the form. You can go into Paint
.... Colors ... Edit Colors ... Define Custom Colors and select a light
version of a color. Then you can use the RGB values shown to obtain
the Access color number to place in the BackColor property of the
form:

AccessColor = B * 65536 + G * 256 + R

James A. Fortune
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Ian Rastall | last post by:
I'm curious as to the group's feelings about using the <fieldset> and <legend> tags around elements other than <form> elements ... I wrote a small test file:...
2
by: MJ | last post by:
i have form1 and form2, form1 has a picturebox which i wish to make it accessible to other forms after form2 perform some drawing, it need to call form1.picbox.invalidate() to refresh the picbox,...
1
by: Stephan Neuhaus | last post by:
Hi all. I'm having a problem that's driving me nuts. I am not familiar with Access, but I have read the FAQ, searched google, read the Access Security FAQ, and looked at the Access Web, to no...
7
by: James Fortune | last post by:
In response to different users or situations (data context) I transform the appearance and characteristics of Access Forms through code. This seems to fit in with the idea of polymorphism. Do...
1
by: Maciek | last post by:
I'm creating UserControl and I've got 3 question about properties. 1. My class inherites from UserControl, so it's got for example BackColor property - can I hide it (I don't want to see it in...
1
by: NewUser | last post by:
Hello, I am fairly new to Visual Basic and would appreciate any help. I have an application with a lot of ActiveX controls. When I close the form, it doesn't close immediately; it seems to...
4
by: david | last post by:
I have developed an asp.net web form application under windows2000 server. When I tested it under Windows XP, the labels overlap each other and overlap textboxes. It seems that the situation does...
18
by: Jerry Boone | last post by:
I'm looking for a way to fire a public sub/function when a form is opened and closed - without using form level events. I have already done some extensive form work with instancing, looping...
3
by: Ryan Liu | last post by:
Hi, I have a big urgent problem to solve. I used to use Windows 2000 Chinese version, now I installed Windows XP (English) system. The problem is not about 2000 or XP, it is about English...
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
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.