M
Mimo
Hi,
I have 2 tables and I'm trying to run a query that runs iff() statements by
comparing columns from each table and returning True or False if they are the
same.
e.g. Using tables Person and User -
compare_Name:iif([Person].[F_Name]= [User].[Name],TRUE, FALSE)
The problem I am having is that [Person].[F_Name] is a text field and
[User].[Name] is a memo field. My question is can I use type casting to help
me compare the fields, and if so how?
Thankx
Mimo
I have 2 tables and I'm trying to run a query that runs iff() statements by
comparing columns from each table and returning True or False if they are the
same.
e.g. Using tables Person and User -
compare_Name:iif([Person].[F_Name]= [User].[Name],TRUE, FALSE)
The problem I am having is that [Person].[F_Name] is a text field and
[User].[Name] is a memo field. My question is can I use type casting to help
me compare the fields, and if so how?
Thankx
Mimo