johnbird1988
Board Regular
- Joined
- Oct 6, 2009
- Messages
- 199
Hello
I am having trouble with the below Code
Me.Filter = "[Vacancy Status] <> '" & "Vacancy Closed"
Me.FilterOn = True
Me.Vacstatus.Value = ""
I would like to filter the Vacancy Status with any think not equal to "Vacancy Closed" or is null.
I am having error messages in the above and can figure out why can any one help please.
Thank you
John
I am having trouble with the below Code
Me.Filter = "[Vacancy Status] <> '" & "Vacancy Closed"
Me.FilterOn = True
Me.Vacstatus.Value = ""
I would like to filter the Vacancy Status with any think not equal to "Vacancy Closed" or is null.
I am having error messages in the above and can figure out why can any one help please.
Thank you
John