Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello... I write the following V

Status
Not open for further replies.

Informatic

Programmer
Oct 4, 2002
34
DE
Hello...

I write the following VBA Code to create a menu.
I have a lot of fields in my form and with DoMenuItem I want to find (select) a value in the form.

I write the following VBA Code to create a menu.


DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70

In the find Form the user can select the field in the 'Look In'
But there are a lot of the fileds from my form.
How can i tell access to show only one field...

Help...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top