Is there a way to put an 'if' statement in a control source similar to how I could use the Nz() or IsError() function in my control source?
What I'm trying to do is just have a textbox have a control source of '= 0' when there are no current records in the corresponding field in my query. I have tried using the Nz() function but continue getting errors.
What I'm trying to do is just have a textbox have a control source of '= 0' when there are no current records in the corresponding field in my query. I have tried using the Nz() function but continue getting errors.