Hello,
I have an access report created off of a linked SQL Server DB table. There is a boolean\bit flag that should allow a certain two textboxes to be printed. If the flag is true then I print out some text else I print out a blank.
This works fine.
If the flag is true for subsequent textbox it is to print out a number (a dollar amount) else a blank. I am getting an #Error on the formula for all true values but its not display on False (which is correct).
I think that my #Error has to do with the two different types of data I'm dealing with. My output is a numeric\currency if True but a blank string if false.
Can anyone help me with a workaround to suppress a field based on a distinct boolean flag column?
Thanks in advance
Jim
I have an access report created off of a linked SQL Server DB table. There is a boolean\bit flag that should allow a certain two textboxes to be printed. If the flag is true then I print out some text else I print out a blank.
This works fine.
If the flag is true for subsequent textbox it is to print out a number (a dollar amount) else a blank. I am getting an #Error on the formula for all true values but its not display on False (which is correct).
I think that my #Error has to do with the two different types of data I'm dealing with. My output is a numeric\currency if True but a blank string if false.
Can anyone help me with a workaround to suppress a field based on a distinct boolean flag column?
Thanks in advance
Jim