Hi 
In my tabular form I have fields like DateSent, Amount etc. I also have few unbound text box which displays values after using Dlookup function. I am using the filter on DateSent as
Me.Filter="DateSent Is Null"
Me.FilterOn=True
Is it possible that I can filter the form according to Unbound text box like
Me.Filter="[MyUnboundTextBox]=0"
or anyother alternate approach?
Cheers!
ÙÇãá
In my tabular form I have fields like DateSent, Amount etc. I also have few unbound text box which displays values after using Dlookup function. I am using the filter on DateSent as
Me.Filter="DateSent Is Null"
Me.FilterOn=True
Is it possible that I can filter the form according to Unbound text box like
Me.Filter="[MyUnboundTextBox]=0"
or anyother alternate approach?
Cheers!
ÙÇãá