T
troy
I have a query that has a text field with Y and N 0 and need to append that
data to an SQL side that is set up as data type Y/N.
It looks like this..
My Query..How do I append the text yes and no to the datatype Y/N in a
record (field)?
Here is the way it is now but does not work..
Field (is yes/no data type) (SQL side)
EAandOFlag: IIf(dbo_TblProductVersion.EAndOFlag=-1,"Y" Or 0,"N")
append to: EAndOFlag
The SQL side is Y/N field. The database side is Data Type text field
PLEASE HELP ME TO SET UP THE QUERY SO I CAN APPEND THE TEXT DATA INTO THE
DATATYPE y/n.
Thank you
data to an SQL side that is set up as data type Y/N.
It looks like this..
My Query..How do I append the text yes and no to the datatype Y/N in a
record (field)?
Here is the way it is now but does not work..
Field (is yes/no data type) (SQL side)
EAandOFlag: IIf(dbo_TblProductVersion.EAndOFlag=-1,"Y" Or 0,"N")
append to: EAndOFlag
The SQL side is Y/N field. The database side is Data Type text field
PLEASE HELP ME TO SET UP THE QUERY SO I CAN APPEND THE TEXT DATA INTO THE
DATATYPE y/n.
Thank you