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("*", "OTP-2 StopError"), 0) > 0 Then
cmdOTP2SE.Visible = True
OTP2.Visible = False
Else...
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...
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.