Hello.
I have a Settings table that contains certain "settings". One of the settings is DateMask, which holds a value such as "mm/dd/yyyy". Users can use this setting to choose the format in which they display dates.
Is there a way to set a table's Format property from a macro, like you can with forms or reports? I was thinking that I could call a macro to set the Format property of the Data table to the value of the DateMask field in the Settings table. This way, the dates from the Data table would be displayed in the selected format.
If not, what would be the best way to accomplish this goal?
Thanks a bunch.
I have a Settings table that contains certain "settings". One of the settings is DateMask, which holds a value such as "mm/dd/yyyy". Users can use this setting to choose the format in which they display dates.
Is there a way to set a table's Format property from a macro, like you can with forms or reports? I was thinking that I could call a macro to set the Format property of the Data table to the value of the DateMask field in the Settings table. This way, the dates from the Data table would be displayed in the selected format.
If not, what would be the best way to accomplish this goal?
Thanks a bunch.