I'm sure this is another simple "D'oh!" that I'm just not seeing, but here's the problem...
I query a boolean field, if it's true, 640 gets added to the date in a date field (two years), if it's false, 365 gets added (one year). Query works, no problem.
The problem is that the Field on the Form that is displaying the new date does nto display it in the correct format. The 'Input Mask' and 'Format' Propertied fields are set up identically as the Field on the Form that displays the original date, which views correctly. The funny thing is, the Field IS displaying a date result, just not in the format it's supposed to.
What am I missing either in the IIF statement that is causing the query result to not return to a format that the field is handling correctly, and/or what can I do on the form to force the field to display the date the way I want it to?
I query a boolean field, if it's true, 640 gets added to the date in a date field (two years), if it's false, 365 gets added (one year). Query works, no problem.
The problem is that the Field on the Form that is displaying the new date does nto display it in the correct format. The 'Input Mask' and 'Format' Propertied fields are set up identically as the Field on the Form that displays the original date, which views correctly. The funny thing is, the Field IS displaying a date result, just not in the format it's supposed to.
What am I missing either in the IIF statement that is causing the query result to not return to a format that the field is handling correctly, and/or what can I do on the form to force the field to display the date the way I want it to?