I have a subform on a main form.
I want to Filter the records shown in the subform
The record sourse is tblMemALSSerRoster
There is a field called MemALSSerAgreeTypeID which has 2 values 1 & 2
I have tried to use the following
MemALSSerAgreeTypeID = '1'
MemALSSerAgreeTypeID] = '1' (Do I only iuse [] when there is a space in the field name.
Thanks in advance
I want to Filter the records shown in the subform
The record sourse is tblMemALSSerRoster
There is a field called MemALSSerAgreeTypeID which has 2 values 1 & 2
I have tried to use the following
MemALSSerAgreeTypeID = '1'
MemALSSerAgreeTypeID] = '1' (Do I only iuse [] when there is a space in the field name.
Thanks in advance