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 TouchToneTommy 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 annalyst

  1. annalyst

    Duplicate action from db to asp using If null

    I got a connection today using an asp page but here is the problem when I open the page I only want to see the stop buttons that actually have records in it. (12 stop signs and 12 caution signs connected to 24 access pages each calling up a different query. Only maybe 5 out of these contain...
  2. annalyst

    Duplicate action from db to asp using If null

    I am using this code in an Access database to have a command button (stop sign) appear if there are any records in a specific query. (queried by <Date()). If Nz(DCount(&quot;*&quot;, &quot;OTP-2 StopError&quot;), 0) > 0 Then cmdOTP2SE.Visible = True OTP2.Visible = False Else...
  3. annalyst

    Duplicate action from db to html using If null

    I was afraid someone would ask that. I don't have the exact code I used on the html it is on a server at work. I built the db at home and it is similar to this, but I didn't use the Nz function I used Null. If Nz(DCount(&quot;*&quot;, &quot;OTP-2 StopError&quot;), 0) > 0 Then...
  4. annalyst

    Duplicate action from db to html using If null

    Hi I have a db form that performs an action I want to duplicate it on a web page. It calls a specific query with equipment that has calibration dates, if the query has records with items dated less than the current date a stop sign appears, if there are any records with dates that are within the...

Part and Inventory Search

Back
Top