Hey guy! The code below works great but when none of the criteria meets it shows the form, but shows it blank. What I would like is for it to prompt with a message and a button to close the message box without opening the form if the criteria doesn’t meet, any help?
SELECT DISTINCTROW MDraft.*
FROM MDraft
WHERE (((MDraft.DraftStartDate)<Date()+1) AND ((MDraft.MonthlyDraftYes)=Yes));
Sincerely,
Charles
SELECT DISTINCTROW MDraft.*
FROM MDraft
WHERE (((MDraft.DraftStartDate)<Date()+1) AND ((MDraft.MonthlyDraftYes)=Yes));
Sincerely,
Charles