Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. svensonpiep

    what is the easiest way to uninstall sql server?

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

    This code is driving me mad!!

    Please take a look at the following codes: Private Sub date1_BeforeUpdate(Cancel As Integer) If [date1] <> &quot;&quot; Then [date2] = DateAdd(&quot;d&quot;, 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...

Part and Inventory Search

Back
Top