A
Arvi Laanemets
Hi
I'm trying to lookup a value into unbound text box on unbound form, but
somehow I can't get it to work. My current formula is:
=DLookUp("Type";"Calendar";"CalDay=" & [txtDate])
txtDate is an unbound text box on same form, formatted as "dd\.mm\.yyyy" ,
with default value Date().
Without filter condition the formula works - the value for Type from 1st
record of table Calendar is returned.
Thanks in advance
I'm trying to lookup a value into unbound text box on unbound form, but
somehow I can't get it to work. My current formula is:
=DLookUp("Type";"Calendar";"CalDay=" & [txtDate])
txtDate is an unbound text box on same form, formatted as "dd\.mm\.yyyy" ,
with default value Date().
Without filter condition the formula works - the value for Type from 1st
record of table Calendar is returned.
Thanks in advance