The following code is present in a textbox in an Access form. I don't have the syntax right. Sometimes, the dMaxTimeStamp is null. When it is null, there is an error in the text box. What can I do to get rid of the error? I would like it to show a value or to leave it blank.
MrsBean
MrsBean
Code:
=IIf([dMaxTimeStamp]="#Error"," ",[dMaxTimeStamp])