|
-
Aug 24th, 2001, 07:03 AM
#1
Thread Starter
Junior Member
changing the backcolor of a single record in MSAccess Form
Does anyone know how to change the backcolor of a single record in a MSAccess Form?
If i use field.backcolor = 16777215 it changes the backcolor of ALL records 
thanks
-
Aug 24th, 2001, 08:08 AM
#2
What kind of form do you use? I mean what kind of controls do you have on your form?
-
Aug 24th, 2001, 08:14 AM
#3
PowerPoster
I think you'll have to use OnCurrent event to change the form's background colour depending on the record.
On Current is fired when you change records.
-
Aug 24th, 2001, 06:49 PM
#4
Frenzied Member
There is a way to do it using the "Format" property.....go to access help and type in format and you should get the information there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|