G
Guest
Hello all,
To remove some redundancy between different but similar tables I have a
query which a field I defined that uses the Iif statement to compare memo
field A and memo field B in a database and choose A if it is <> "" and B
otherwise. i.e.
Iif(MemoFieldA <>"", MemoFieldA, MemoFieldB)
But when I use this to create a table the resulting field is a Text field
and of course loses any information beyond 255 characters. I can't see how to
specificy the field type in the query. Help!
Thanks for any help.
Cheers,
Alasdair
To remove some redundancy between different but similar tables I have a
query which a field I defined that uses the Iif statement to compare memo
field A and memo field B in a database and choose A if it is <> "" and B
otherwise. i.e.
Iif(MemoFieldA <>"", MemoFieldA, MemoFieldB)
But when I use this to create a table the resulting field is a Text field
and of course loses any information beyond 255 characters. I can't see how to
specificy the field type in the query. Help!
Thanks for any help.
Cheers,
Alasdair