Hi all,
Currently in my form i have a command button to perform a "Filter By Form" action writen below.
Private Sub PerformS_Click()
DoCmd.RunCommand acCmdFilterByForm
End Sub
There is a few other things that i would like it to do.... but i dont know if its possible... I would like it when the command is excecuted that a message box will appear asking "Would You Like to Perform a New Search?" and if Yes it will automatcially clear all grids and proceed to filter by form, and if no will proceed with the last filter?? is this possible??
Thx all
Will
Currently in my form i have a command button to perform a "Filter By Form" action writen below.
Private Sub PerformS_Click()
DoCmd.RunCommand acCmdFilterByForm
End Sub
There is a few other things that i would like it to do.... but i dont know if its possible... I would like it when the command is excecuted that a message box will appear asking "Would You Like to Perform a New Search?" and if Yes it will automatcially clear all grids and proceed to filter by form, and if no will proceed with the last filter?? is this possible??
Thx all
Will