I'm making a form on access and one of the things i am going to try to do is make a function that can be used to select records acording to their location. The neat thing is, i want the selection process to be image based. ie the selection box is a picture that can be zoomed in or out to view areas with more detail. Then polygons or rectangles can be drawn on the image and the records that corispond to the area inside the polygon are selected. I'll probly have more questions about it later, and if anyone wants to know i'll share some of my ideas so far for implimenting this. Right now i'm interested in changing the cursor to corispond to the function that is going to be performed.
Something like this basically:
Private Sub zoomin_click()
if mouseover.image then
cursor = magnifying_glass
end if
end sub
Any suggestions would be helpful.
Durible Outer Casing to Prevent Fall-Apart
Something like this basically:
Private Sub zoomin_click()
if mouseover.image then
cursor = magnifying_glass
end if
end sub
Any suggestions would be helpful.
Durible Outer Casing to Prevent Fall-Apart