Us the regular command button wizard to set up the open form. The add a combo
box to the form. Allow the wizard to set up whatever you want to search on,
usually a id number, project number, customer name or whatever. Then right
click on the combo to get properties. Go to events, then the afterupdate
event, click the little button out to the right and start the code builder.
Type:
Me.filter = "[your id] = """ & me.combo# & """"
Me.filteron = true
The combo number will be listed, like combo 10 or combo22
Now when you select the item from the combo, that item will come up on your
form.
:
HI all again...i am closed to conclude my Access creation
![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I want to open a form from my new menu with a command button and the form
should be filtered with certain criterias...