FILTER BY SELECTION COMMAND BUTTON

  • Thread starter Thread starter LUTHER M. JENKINS
  • Start date Start date
L

LUTHER M. JENKINS

I used the Microsoft Wizard to insert a command button on
an Access .mdb database. The wizard did not insert
correctly, because it came back and said "that the button
was not available". The command button is being used on
runtime versions of access where there is no menu bar
filter action buttons. Please assist me with the right
method of inserting an "Event Procedure" to run properly.
 
LUTHER said:
I used the Microsoft Wizard to insert a command button on
an Access .mdb database. The wizard did not insert
correctly, because it came back and said "that the button
was not available". The command button is being used on
runtime versions of access where there is no menu bar
filter action buttons. Please assist me with the right
method of inserting an "Event Procedure" to run properly.

Form in design view, click on the button, view property sheet, tab Events.

at onClick, select [Event Procedure]. Click the three dot button.

Type your code!
 
Back
Top