G
Guest
I have a table which has a field that carries the Y/N (-1 or 0) value. I am
updating to a table that has the same field but is an text field that is
manually put in as a Y or N. I want to put an expression in the default value
of the fieled which turns the Y/N (-1 or 0) into a Y or N text field.
I have tried to use the below but it is not correct. Can some one give me a
direction. I just want the filed to turn to a Y or N when updated and thought
the below expression would work? Can someone help?
IIf(Nz([TblProductVersionRefill]![Attachments],0)=-1,"Y","N")
updating to a table that has the same field but is an text field that is
manually put in as a Y or N. I want to put an expression in the default value
of the fieled which turns the Y/N (-1 or 0) into a Y or N text field.
I have tried to use the below but it is not correct. Can some one give me a
direction. I just want the filed to turn to a Y or N when updated and thought
the below expression would work? Can someone help?
IIf(Nz([TblProductVersionRefill]![Attachments],0)=-1,"Y","N")