|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Hei hei
I am working on MS Access 2002 ( XP ), doing a project where the user has the facility to work online or offline. I want to show the forms in different colors when the user is online and offlice. But I did not find the 'Backcolor' poperty to set in design view also in VBA code as well. If any one knows any other way to change the backcolor of the form its great for me. Thank you. Kiran . |
|
#2
|
|||
|
|||
|
(i am using access 2000 and i dont know if they are that different with 2002)
access forms are divided into header,detail and footer, therefore to change backcolor, you specify the part of the form like so: (1)form1.detail.backcolor= "bla bla bla" (2)form1.footer.backcolor="bla bla bla" (3)form1.header.backcolor="bla bla bla" NB-->where form1 is the form |
|
#3
|
|||
|
|||
|
Hei hei
Thank you very much X_c4_4U Its so simple but on that moment I did't had much time to think and search for that , but you gave the perfect answer. I appriciate the help that you gave me. Have fun there. babaiii Kiran. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > change Form Backcolor in Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|