Hello programmers,
I have this code in VB:
.Fields("PaymentsDate"
= Me!DateOfPlan + i
.Fields("PaymentsDate"
= Me!DateOfPlan + i
etc.
I would like to correct this code with the current month beginning, next month beginning, mid, and end of month dates.
Sincerely,
Felix
PS Any examples of vb code with dates would be great for me as a reference and research material.
I have this code in VB:
.Fields("PaymentsDate"
.Fields("PaymentsDate"
etc.
I would like to correct this code with the current month beginning, next month beginning, mid, and end of month dates.
Sincerely,
Felix
PS Any examples of vb code with dates would be great for me as a reference and research material.