I am using Access 2007.
I have a subform that has a control (ControlA) and its input value must populate a field in a table, TableA. There are two other controls (ControlX and ControlY) on the main form which provide possible values for the user to select from when inputting to ControlA.
The user wants the default for ControlA to be the greater of ControlX and ControlY. However, they could also enter a third value and over-ride the 'greater of' value.
How can I accomplish this as well as ensure that ControlA will properly populate a certain field in TableA?
Any input would be greatly appreciated.