P
Paul Dennis
I have a form inside another, i.e. a sub form and the two forms are linked by
the [Meeting Number]. The information is correctly stored in the correct
table.
My problem is on one of the fields. It is a dropdown list on another table
[FLUP_RIDER_NAME_HEAT] based on the [Meeting Number].
I have used the code below which always brings the same list up, and doesn't
change when the [Meeting Number] changes on the main form.
If I change Forms![Meeting Heat] to Forms![Meeting Heat1], i.e. it's the
wrong form then when on this field it asks me for the [Meeting Number] again
and the drop down is then correct. Can you help?
SELECT FLUP_RIDER_NAME_HEAT.NAME, FLUP_RIDER_NAME_HEAT.RIDER_ID FROM
FLUP_RIDER_NAME_HEAT WHERE (((FLUP_RIDER_NAME_HEAT.[Meeting
Number])=Forms![Meeting Heat]![Meeting Number]));
the [Meeting Number]. The information is correctly stored in the correct
table.
My problem is on one of the fields. It is a dropdown list on another table
[FLUP_RIDER_NAME_HEAT] based on the [Meeting Number].
I have used the code below which always brings the same list up, and doesn't
change when the [Meeting Number] changes on the main form.
If I change Forms![Meeting Heat] to Forms![Meeting Heat1], i.e. it's the
wrong form then when on this field it asks me for the [Meeting Number] again
and the drop down is then correct. Can you help?
SELECT FLUP_RIDER_NAME_HEAT.NAME, FLUP_RIDER_NAME_HEAT.RIDER_ID FROM
FLUP_RIDER_NAME_HEAT WHERE (((FLUP_RIDER_NAME_HEAT.[Meeting
Number])=Forms![Meeting Heat]![Meeting Number]));