G
Guest
Please Help, Whats causing Runtime Error 2448
I have a form with 2 text boxes (OurStartDate & OurEndDate)
On the form Open Event i have the following code:
Me!OurStartDate = CDate("06/04/" & Year(Date))
Me!OurEndDate = DateAdd("d", -1, DateAdd("yyyy", 1, Me!OurStartDate))
The code works fine, but when i link the text boxes to a control source, i
get the error msg. Can you update tables via VBA?? How can i overcome this
error msg
I have a form with 2 text boxes (OurStartDate & OurEndDate)
On the form Open Event i have the following code:
Me!OurStartDate = CDate("06/04/" & Year(Date))
Me!OurEndDate = DateAdd("d", -1, DateAdd("yyyy", 1, Me!OurStartDate))
The code works fine, but when i link the text boxes to a control source, i
get the error msg. Can you update tables via VBA?? How can i overcome this
error msg