I can get this to work...
Me.[ScratchPadList subform].Form.Filter = "[Stage] = 4"
and I can get this to work
Me.[ScratchPadList subform].Form.Filter = "[Ready for Gate] = Yes"
How do I apply them together as one using AND ?
Me.[ScratchPadList subform].Form.Filter = "[Stage] = 4"
and I can get this to work
Me.[ScratchPadList subform].Form.Filter = "[Ready for Gate] = Yes"
How do I apply them together as one using AND ?
Comment