W
weazer via AccessMonster.com
From a previous post I was given code to get different pictures on each of my
switchboards.
This was the code I added just before the
rst.Close line of the Sub FillOptions() sub routine.
If Me.SwitchboardID = 2 Then
Me.Picture = "C:\Program Files\Microsoft
Office\Office10\Bitmaps\Dbwiz\Ledger.GIF"
Else
Me.Picture = "C:\Program Files\Microsoft
Office\Office10\Bitmaps\Dbwiz\INVENTRY.GIF"
End If
When clicking the button on the main switchboard to go to the second
switchboard the picture on the first switchboard was still on the screen. If
I took the outline of the switchboard and moved it up
I noticed that the second picture was underneath.
So even though the switchboards were changing properly the pictures were not.
Also, is there any
way to change the size and position where the pictures show on each
switchboard?
I hope this makes sense and thanks for your patience - I am new to Access.
switchboards.
This was the code I added just before the
rst.Close line of the Sub FillOptions() sub routine.
If Me.SwitchboardID = 2 Then
Me.Picture = "C:\Program Files\Microsoft
Office\Office10\Bitmaps\Dbwiz\Ledger.GIF"
Else
Me.Picture = "C:\Program Files\Microsoft
Office\Office10\Bitmaps\Dbwiz\INVENTRY.GIF"
End If
When clicking the button on the main switchboard to go to the second
switchboard the picture on the first switchboard was still on the screen. If
I took the outline of the switchboard and moved it up
I noticed that the second picture was underneath.
So even though the switchboards were changing properly the pictures were not.
Also, is there any
way to change the size and position where the pictures show on each
switchboard?
I hope this makes sense and thanks for your patience - I am new to Access.