Good morning! I have two questions:
1. Is there a way to have text boxes disabled (grayed out) until another box is filled in first? I.e., you can't enter a Closed Report Date until the Pending Report Rcv'd Date has been entered.
2. As I was messing around, I saw that you could insert a...
I looked in the A97 help index on how to set it up so that when a user opens the db, all they see is my Switchboard.
This is what it said:
You can set the StartupShowDBWindow property to False to hide the Database window so the user can't see the tables, queries, macros, and modules within...
I have a report based on this SQL statement:
SELECT Information.[Inspection Number], DateDiff("y",[PendSent],Now()) AS DaysElapsed
FROM Information
WHERE (((DateDiff("y",[PendSent],Now()))>15));
Basically, it tells me how many days have passed since I sent out a pending...
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.