D
Darhl Thomason
I have a check box (true/false) that I want to translate into text on my
report. I tried putting the code into the sub Detail_Format section, but it
errored out with Object Required on the first line of my code. I also put it
into the sub Report_Open but it had the same error. The code I'm using is:
If tblStoreData.NewStore = True Then
txtNewExisting = "New"
Else
txtNewExisting = "Existing"
End If
Any ideas?
Thanks!
d
report. I tried putting the code into the sub Detail_Format section, but it
errored out with Object Required on the first line of my code. I also put it
into the sub Report_Open but it had the same error. The code I'm using is:
If tblStoreData.NewStore = True Then
txtNewExisting = "New"
Else
txtNewExisting = "Existing"
End If
Any ideas?
Thanks!
d