I have a bound form which has tab control with 10 pages. I want to switch date values between page 1 and page 3.
For example on Page 1 there is a textbox called Start Date and End Date
On Page 3 there is a textbox called Final Start Date and Final End Date.
On Page 1 Start Date txtbox is locked and should automatically populate value which will be entered on Page 3's Final Start Date.
I tried to set the default value of Start date but it says "#Name".
For example on Page 1 there is a textbox called Start Date and End Date
On Page 3 there is a textbox called Final Start Date and Final End Date.
On Page 1 Start Date txtbox is locked and should automatically populate value which will be entered on Page 3's Final Start Date.
I tried to set the default value of Start date but it says "#Name".
Code:
Default value=[Forms]![Main Data Entry]![ExtensionFinalStartDate].[Text]
Comment