Quantcast
Viewing all articles
Browse latest Browse all 2791

Limiting Parameter value and/or message for parameter?

Hi using this formula to get 7/1/YYYY as a start date=IIF(Today>=Dateserial(Year(Today),7,1), Dateserial(Year(Today) ,7,1),DateAdd("yyyy",-1,DateSerial(Year(Today),7,1)))Which works, but once run user can type anything in the startdate parameterCan I limit it to 7/1 or have a messagebox pop up?ThanksJoe

Viewing all articles
Browse latest Browse all 2791

Trending Articles