C
Cookie
Help
In a form based on a single table, I am using the dateAdd expression in the control source of field "futureDate" to derive a date from another field "todaysDate". The fields in the form are named the same as their underlying table fields in Properties/Name
Although the "futureDate" is displayed as expected on the form for all records, the "futureDate" value is not displayed in the underlying table. Consequently, when I try to query the underlying table for values including the "futureDate" this field always comes up blank
How can I make a derived date value display in both the underlying table and in queries on the derived field
Cheers
Cookie
In a form based on a single table, I am using the dateAdd expression in the control source of field "futureDate" to derive a date from another field "todaysDate". The fields in the form are named the same as their underlying table fields in Properties/Name
Although the "futureDate" is displayed as expected on the form for all records, the "futureDate" value is not displayed in the underlying table. Consequently, when I try to query the underlying table for values including the "futureDate" this field always comes up blank
How can I make a derived date value display in both the underlying table and in queries on the derived field
Cheers
Cookie