bobbybeers
Registered User.
- Local time
- Today, 03:24
- Joined
- Mar 14, 2013
- Messages
- 17
I have two combo boxes on the same form and for some reason one recalculates and updates and the other one doesn't. The control source for each is as follows:
=DLookUp("[03_END_PREP].[END_PREP_DESC]","03_END_PREP","[PDS_PREP] = '" & [PREP_A_subform] & "'")
=DLookUp("[OPT_DESC]","10_OPTION","[PDS_OPT_NUM] = [PDS_OPT_subform]")
Is there any reason why one would recalculate automatically and the other wouldnt??
By the way, I've coded the second one EXACTLY like the first one except the proper tables etc were added, and it just doesn't work for some reason....
=DLookUp("[03_END_PREP].[END_PREP_DESC]","03_END_PREP","[PDS_PREP] = '" & [PREP_A_subform] & "'")
=DLookUp("[OPT_DESC]","10_OPTION","[PDS_OPT_NUM] = [PDS_OPT_subform]")
Is there any reason why one would recalculate automatically and the other wouldnt??
By the way, I've coded the second one EXACTLY like the first one except the proper tables etc were added, and it just doesn't work for some reason....