- Joined
- Mar 21, 2007
- Messages
- 2
- Reaction score
- 0
Hi!
I am finding how to put a tool for visually marking a nontext object in each record? Currently I think a sliding bar should be enough.But this is not a standard Form control in Access so I don't know what to do.
For example: In a form adding guest imformation, not very relevant, just to show what I mean:
tblGuests:
Thanks in advance for any information.
I am finding how to put a tool for visually marking a nontext object in each record? Currently I think a sliding bar should be enough.But this is not a standard Form control in Access so I don't know what to do.
For example: In a form adding guest imformation, not very relevant, just to show what I mean:
tblGuests:
pmkGuestID
txtFirstName
txtLastName
numGuestPositioninPhoto
...
frmAddGuestInfo:txtFirstName
txtLastName
numGuestPositioninPhoto
...
...
ctlPhoto (Photo of a group of people)
barSlidingbar (Slides from 1% to 100% overhead of ctlPhoto) binds tblGuests.numGuestPositioninPhoto
....
So anyone please show me how to add a sliding bar control to a form?ctlPhoto (Photo of a group of people)
barSlidingbar (Slides from 1% to 100% overhead of ctlPhoto) binds tblGuests.numGuestPositioninPhoto
....
Thanks in advance for any information.
Last edited: