Heya,
I have a problem as follows:
My Function checks to see if a field isnull and this works great.(Thanks to those who helped me with it)
Now that i know if my control is null, how can i make it null when it has a value in it. I tried the following and the data is removed from the control but the isnull function still returns false......
Forms!Customers_Main_Au.Customers_Search_AU!search2 = ""
What other method can i use to clear all the controls on a form without setting them to "" because that does not work =)
Regardos Akartos
I have a problem as follows:
My Function checks to see if a field isnull and this works great.(Thanks to those who helped me with it)
Now that i know if my control is null, how can i make it null when it has a value in it. I tried the following and the data is removed from the control but the isnull function still returns false......
Forms!Customers_Main_Au.Customers_Search_AU!search2 = ""
What other method can i use to clear all the controls on a form without setting them to "" because that does not work =)
Regardos Akartos