Hi Tophan
If you want to show all records try this..make sure the 'ALL' button is named btnAll
Private Sub btnAll_Click() 'Show all records
DoCmd.ShowAllRecords
End Sub
The sub to group entries beginning with several letters you suggested would only work if entries in the field began with...
Hi Johnsq.
I am a bit of a newbie. I am a bit confused as to where to put this code.
Is it on the form or the option group or the individual buttons ??
Regards Dave Field