|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
|
Access Background Image
How do you change the background image each time you choose a new record?
|
|
|
|
|
|
#2 |
|
Professional gadfly
|
Could you be a little more specific?
|
|
|
|
|
|
#3 |
|
Member (11 bit)
Join Date: Dec 2001
Location: Shakopee MN
Posts: 1,293
|
are you asking how to lets say include an employee picture with the employee record, or just to change the "access wallpaper" so to speak when a record is changed?
__________________
Never Argue With An Idiot. They'll Drag You Down To Their Level And Then Beat You With Experience. |
|
|
|
|
|
#4 |
|
Member (5 bit)
|
What i mean is each record, how do you get the background image to change for individual records?
|
|
|
|
|
|
#5 |
|
Professional gadfly
|
What background image? Are you talking about the background color? What kind of setup do you have? A form, something in datasheet view, what? If you could explain your setup exactly, it would be far easier to answer your questions.
If you are talking about changing the background color, you could do it using VB code that looks at the current record and changes the background. |
|
|
|
|
|
#6 |
|
Member (5 bit)
|
It is a project and I need to change the image for each individual record in form view. There are four records. There is a purpose for each picture as a background for a certain record.
|
|
|
|
|
|
#7 |
|
Professional gadfly
|
Using the Form_Current event, change the Picture property to the picture that you want displayed for that record. You will have to match up the picture to the current record yourself.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|