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!

Search results for query: *

  • Users: annalyst
  • Content: Threads
  • Order by date
  1. 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...
  2. 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