I installed sql server along with a sharepoint portal server but now due to the sql server, we think, sharepoint is having problems.
I need to unstall sql server but what is the easiest way to uninstall it?
thanks in advance
thanks for the response!
i have decided to adopt johnlowell's recommendation.
straydog, the problem with your recommendation is that if date1 is blank and date2 has a date value, it doesn't get updated and more so, date2 should not have a date unless date1 has one. at least that is their...
Please take a look at the following codes:
Private Sub date1_BeforeUpdate(Cancel As Integer)
If [date1] <> "" Then
[date2] = DateAdd("d", 15, date1)
Else: [date2] = Null
End If
End Sub
what I am trying to accomplish seems very simple.
If date1 is null or empty, then leave...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.