Help !!
I have a calculated field on a form. I want to look its value up in a table and return a corresponding value from that table to an unbound field. To do this I have used a dlookup.
It works when I add the initial data in the form to generate a value in the calculated control, but when that calculated field subsequently changes the unbound field doesn't update.
How can I get it to 'refresh' each time the data on the form change and subsequently causes changes in my calculated control ?
Apologies if this is a 'easy' question.....
I have a calculated field on a form. I want to look its value up in a table and return a corresponding value from that table to an unbound field. To do this I have used a dlookup.
It works when I add the initial data in the form to generate a value in the calculated control, but when that calculated field subsequently changes the unbound field doesn't update.
How can I get it to 'refresh' each time the data on the form change and subsequently causes changes in my calculated control ?
Apologies if this is a 'easy' question.....