Hi,
I’m trying to filter a query based on a combo list control [cmbIndividual] that resides on [pageCensu] on frmReports. When the I run the query using the following sql it comes up null:
[forms]![frmReports]![cmbIndividual]
If I try it with the following it also comes up null:
[forms]![frmReports]![pageCensus]![cmbIndividual]
What am I missing?
Thanks,
Leesha