Uh...binoculars?

V

vainglory

This may be a silly question, but has anyone noticed how there is not
an option for the find (binoculars) picture when assigning one to a
command button. There's a find first and a replace picture, but no
binoculars. At least not for me.

[email protected]
 
D

Dirk Goldgar

This may be a silly question, but has anyone noticed how there is not
an option for the find (binoculars) picture when assigning one to a
command button. There's a find first and a replace picture, but no
binoculars. At least not for me.

Did you try the images named "Binoculars 1" and "Binoculars 2"?
 
J

jahoobob via AccessMonster.com

What version of Access are you using. Find record (with binoculars) is right
after Find next in 2003.
 
J

jahoobob via AccessMonster.com

Create a binocular button with any command and change the Code behind the On
click property to:
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70

Hi I'm using 2003, there is no find after find next, however there are
binoculars 1 and binoculars 2 as someone kindly pointed out.

[email protected]
What version of Access are you using. Find record (with binoculars) is right
after Find next in 2003.
[quoted text clipped - 9 lines]
 
Top