R
Raj
I have 2 fields in my [MainData]![To_Location],
[From_Location] and I have another table that I would
like to veryify that the data in these fields are valid.
How would I write a query to do this? I also would like
the query to verify that these field are no less than 8
charaters and more than 14.
I used this expressions Len([MainDate]![To_Location]),Len
([MainDate]![From_Location]) and the cirteria = "Is Null
Or >12 Or <8" but I will not pull up the correct
information it is giving me all information.
Thank you for your help..
[From_Location] and I have another table that I would
like to veryify that the data in these fields are valid.
How would I write a query to do this? I also would like
the query to verify that these field are no less than 8
charaters and more than 14.
I used this expressions Len([MainDate]![To_Location]),Len
([MainDate]![From_Location]) and the cirteria = "Is Null
Or >12 Or <8" but I will not pull up the correct
information it is giving me all information.
Thank you for your help..