frmChangeLogs is Main Form,Unbound
frmChangeLog subform is the subform where the filter needs to run.Bound to qryChangeLog which uses tblChangeLog (Continuous Form)
cbofilter is a unbound Combobox
Row Source is "Active";"Archived";"All"
Row Source Type is Value List
tblChangeLog
cStatus Data Type is Yes/No Format True/False
'Filter form by Status. True for Active,False for Archived.
I want to be able to show all records:
1. Active,i.e. True
2. Archived,i.e. False
3. All Records
frmChangeLog subform is the subform where the filter needs to run.Bound to qryChangeLog which uses tblChangeLog (Continuous Form)
cbofilter is a unbound Combobox
Row Source is "Active";"Archived";"All"
Row Source Type is Value List
tblChangeLog
cStatus Data Type is Yes/No Format True/False
'Filter form by Status. True for Active,False for Archived.
I want to be able to show all records:
1. Active,i.e. True
2. Archived,i.e. False
3. All Records