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
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.