E
Eric
Say I have a table with 4 fields:
Jobid <autonumber> <key>
Jobname <text>
Jobcost <currency>
Costknown <yes/no>
After entering data to this table, is there a way to print a report showing
Jobname and Jobcost, and replace the Jobcost field with the word "unknown"
if Costknown = "no"?
Jobid <autonumber> <key>
Jobname <text>
Jobcost <currency>
Costknown <yes/no>
After entering data to this table, is there a way to print a report showing
Jobname and Jobcost, and replace the Jobcost field with the word "unknown"
if Costknown = "no"?