unbound field in subform
Hi,
I would like to have an unbound field in a continuous subform, but the value this field can be different from one record to the other. More specifically:
date Event checkbox price
date1 event1 yes $100
date2 event2 yes $125
date3 event3 no (null)
...
In this example the date, event and checkbox fields come from a query. The price (unbound field) changes depending on the event and other criteria from the main form and whether the check box is set to yes
Now, in this example, because the subform is continuous, this is what I get:
date Event checkbox price
date1 event1 yes $100
date2 event2 yes $100
date3 event3 no $100
...
The price shown is the one related to the last check box set to yes.
Do anyone of you have an idea how I can fix this ? Your help is very much appreciated.
Thanks
Chantal
|