Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DateSerial(
Year
,
Month+1
, 0)
if Month(Nz(Textbox1)) = Month(Nz(Textbox1) + 1) Then
If Not IsNull(Textbox2) Then
Msgbox "Input not allowed, Textbox1 is End of Month"
Cancel = True
end if
End if