T
Tony Williams
Can anyone tell me why I'm not getting an answer to this in a calculated
control
=DLookUp("[txtDomfacsoleqtr]","tblmaintabs","[txtMonthlabel]"="[txtqtr1]")
tblmaintabs is my table and txtDomfacsoleqtr and txtMonthlabel are controls
on a page on a tabcontrol on a form and txtqtr1 is a calculated control
using
=DateAdd("m",-3,[txtmonthlabel])
I've tried it with [ ] brackets and without but I don't get any value shown.
The form is based on a query which is based on my table tblmaintabs
TIA
Tony
control
=DLookUp("[txtDomfacsoleqtr]","tblmaintabs","[txtMonthlabel]"="[txtqtr1]")
tblmaintabs is my table and txtDomfacsoleqtr and txtMonthlabel are controls
on a page on a tabcontrol on a form and txtqtr1 is a calculated control
using
=DateAdd("m",-3,[txtmonthlabel])
I've tried it with [ ] brackets and without but I don't get any value shown.
The form is based on a query which is based on my table tblmaintabs
TIA
Tony