OK I have this in my code which defaults the datepicker to todays date but I have tried to no avail to get it to use previous workday as defasult date.
I know this is gonna be simple but here is what I have now which works for today.
I have tried a few different ways but I will default to your expertise.
I know this is gonna be simple but here is what I have now which works for today.
Code:
PrevRptDate.PrevDTPicker.Value = Date
I have tried a few different ways but I will default to your expertise.