sheepchild
New member
- Local time
- Today, 11:52
- Joined
- Feb 23, 2024
- Messages
- 3
I have a random issue which i cant work out
i have a look up
which works in a text box under the control source and show the correct value i want
but i want this in the default value with the control source [MinNoFaculty]
but when i do it just shows blank???
what am i missing? any help would be great!
i have a look up
Code:
=DLookUp("MinFaculty","tbl_CourseNames","ID=" & [EventTitleCombo])
but i want this in the default value with the control source [MinNoFaculty]
but when i do it just shows blank???
what am i missing? any help would be great!