M 
		
								
				
				
			
		Mr. B
How can one (if it's possible) change the date in DateTimePicker via code?
Extracting it is easy enough...
Dim MyDate As Date
Dim MyMonth As String
MyDate = DateTimePicker1.Value.Date
But I'd like to be able to click a Button (one of several) and add or subtract
a day or more via the button.
Possible without changing the PC system date?
Thanks
Bruce
				
			Extracting it is easy enough...
Dim MyDate As Date
Dim MyMonth As String
MyDate = DateTimePicker1.Value.Date
But I'd like to be able to click a Button (one of several) and add or subtract
a day or more via the button.
Possible without changing the PC system date?
Thanks
Bruce