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!

Recent content by svensonpiep

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

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