I need to update a field in a table with a value that has been calculated in a form.
It works a bit like this:
The calculated value is called DDate, and is calulated from
![orders]![StartDate] + 7
I now need this new value to over-write the StartDate value.
I have tried all sorts of junk to make this work, the one that made the most sence (but still failed) was:
Value = [orders!StartDate]
Change Value = Me!DDate
Am i falling at the last hurdle or totally off track?
It works a bit like this:
The calculated value is called DDate, and is calulated from
I now need this new value to over-write the StartDate value.
I have tried all sorts of junk to make this work, the one that made the most sence (but still failed) was:
Value = [orders!StartDate]
Change Value = Me!DDate
Am i falling at the last hurdle or totally off track?