Additional SQL Server features and topics not covered by specific categories
Hi @Glenn Walker
What I would like to know is now that my database is SQL, is this still necessary?
Not an expert of Access, but in SQL Server, you would be able to modify your convert statements for the date with an ISNULL(<value>,<default>) and provide a default value for null values.
For example, ISNULL(Convert(varchar,@end,112), '20230101'), this would default the null to be the 1st Jan 2023.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.