I think this is a simple question, but I couldn't find the answer looking through the previous posts.
I have table [ETL] that has data in it in a YES/NO format.
I append that table to another table [EXPORT] to then export the data. I need the YES/NO field to append to the [EXPORT] table as "Y' or "N".
I formatted the field in the [EXPORT] table as text (3 characters) but I get -1 or 0.
I can't figure out how to format the the data in the append query so I get Y/N.
Thanks in advance
I have table [ETL] that has data in it in a YES/NO format.
I append that table to another table [EXPORT] to then export the data. I need the YES/NO field to append to the [EXPORT] table as "Y' or "N".
I formatted the field in the [EXPORT] table as text (3 characters) but I get -1 or 0.
I can't figure out how to format the the data in the append query so I get Y/N.
Thanks in advance
Comment