Funkyaccess
Registered User.
- Local time
- Yesterday, 23:15
- Joined
- Oct 8, 2009
- Messages
- 69
Hi
In one of my fields in my report I have the the control source set as follows:
Its returns #Error. I have an optiongroup that has radio buttons this is placed on a tab within one of my forms. If the value is not set I want it to default to [data_for]
In one of my fields in my report I have the the control source set as follows:
Code:
=IIf(Forms!frm_standing_order_report!Option16.OptionValue=1,[bank_statement_date],[data_for])
Its returns #Error. I have an optiongroup that has radio buttons this is placed on a tab within one of my forms. If the value is not set I want it to default to [data_for]