L
Leonard
Hi
I have a form based on a junction table.
I filter this form for an activity
DoCmd.applyFilter, "ActivityName = " & cmbactivity
All works well. Except, when there is no activity, the form still displays
the first record in the table and displays a 1 record count in the status
bar.
One possible solution I thought was to count the filtered records and if =1
then null all other controls.
So, how could I count the filtered records or is there something I'm really
missing here?
Thanks
Leonard
I have a form based on a junction table.
I filter this form for an activity
DoCmd.applyFilter, "ActivityName = " & cmbactivity
All works well. Except, when there is no activity, the form still displays
the first record in the table and displays a 1 record count in the status
bar.
One possible solution I thought was to count the filtered records and if =1
then null all other controls.
So, how could I count the filtered records or is there something I'm really
missing here?
Thanks
Leonard