U
upsman via AccessMonster.com
Hello. I would like to print a particular value in a report field based on
another field value in a table. For example, if I have a table field called
'campus' and a report field called 'name', I'd like something like this:
if txtCampus = 'north'
print 'john doe' in txtName
else
if txtCampus = 'south'
print 'jane doe' in txtName
else
print 'john smith' in txtName
I'm not sure how to accomplish this. I couldn't seem to find anything on my
report field properties where I would code something like this. Thanks for
any help.
Rod
another field value in a table. For example, if I have a table field called
'campus' and a report field called 'name', I'd like something like this:
if txtCampus = 'north'
print 'john doe' in txtName
else
if txtCampus = 'south'
print 'jane doe' in txtName
else
print 'john smith' in txtName
I'm not sure how to accomplish this. I couldn't seem to find anything on my
report field properties where I would code something like this. Thanks for
any help.
Rod