I've been trying to format a report to provide a listing for prospectives vendors that shows a piece of equipment's model number, serial number, range, asset number, and calibration frequency. The concept is based on that this proposal, if accepted, would later become a purchase order - so fields such as if the work is to be performed in house are provided, as well as when the proposal was created, when do we propose to send the items out, and lastly, if there is a valid purchase order number already assigned to the whole mess yet.
I've been trying to have a field that changes value based on if the value of a Yes/No checkbox in the underlying query is True or False. However, I cannot get any of the standard property changes to work in a report - it doesn't throw an error, it just does nothing. I've tried inserting my code into the On Format event, as well as On Load event on the respective form - but the code will simply not run.
Does these kinds of property manipulations based on underlying query field values not work on reports like they do on forms?