A
Alex
Hi,
I have a button on a main form which when pressed I want to filter the
records available, based on the criteria on a Yes/No field that is contained
within the sub form
The code I am using is:
Me.Filter = "Forms!frmOrganisations!frmRequests.FollowUpFlag = 0"
Me.FilterOn = True
But this is bringing up a parameter request box, and if I enter a zero, I am
getting all 37000 records instead of the 771 I am expecting.
Can someone tell me what is wrong, and why my code is brining up the
parameter request box - I have checked the control name and its correct
Thanks
Alex
I have a button on a main form which when pressed I want to filter the
records available, based on the criteria on a Yes/No field that is contained
within the sub form
The code I am using is:
Me.Filter = "Forms!frmOrganisations!frmRequests.FollowUpFlag = 0"
Me.FilterOn = True
But this is bringing up a parameter request box, and if I enter a zero, I am
getting all 37000 records instead of the 771 I am expecting.
Can someone tell me what is wrong, and why my code is brining up the
parameter request box - I have checked the control name and its correct
Thanks
Alex