|
-
Sep 15th, 2000, 01:51 PM
#1
Thread Starter
Junior Member
I have two maskeditboxes side by side with a mask of ##/##/##
I have the following code behind a command button
Dim StartDay As String
Dim Endday As String
'fill variables
StartDay = effdate.Text
Endday = expdate.Text
Endday = DateAdd("y", 365, StartDay)
When I click the button nothing happens...This may be due to they are maskeditboxes but im not sure please help...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|