A
Andy G
offndrCount = DCount("[SSN]", "Offender")
rlgnCount = DCount("[SSN]", "Offender", "[Rlgn_ID] Is Not Null")
rlgnPrcnt = rlgnCount / offndrCount
txtRlgnPerct = rlgnPrcnt
txtRlgnPerct needs to have the value of rlgnPrcnt in it. It says I can't
assign a value to this object. Can I do this in code or should I use hidden
text boxes in the report?
Thanks,
Andy
rlgnCount = DCount("[SSN]", "Offender", "[Rlgn_ID] Is Not Null")
rlgnPrcnt = rlgnCount / offndrCount
txtRlgnPerct = rlgnPrcnt
txtRlgnPerct needs to have the value of rlgnPrcnt in it. It says I can't
assign a value to this object. Can I do this in code or should I use hidden
text boxes in the report?
Thanks,
Andy