I have a form that uses if conditions in certain controls.
Something similar to:
If province = Quebec then "Bonjour" else "Hello"
Based on this same condition I need to translate a date to French.
In Excel, one would use:Selection.NumberFormat = "[$-C0C]d mmmm, yyyy;@"
What would the equivalent be in a form control or query ?
Thanks for any suggestions.
Mike
Something similar to:
If province = Quebec then "Bonjour" else "Hello"
Based on this same condition I need to translate a date to French.
In Excel, one would use:Selection.NumberFormat = "[$-C0C]d mmmm, yyyy;@"
What would the equivalent be in a form control or query ?
Thanks for any suggestions.
Mike