Brand new to win2000....here's what I am trying to do. I want to be able to restrict certain parts of the computer to certain users, while give others access. I am able to use the MMC to create a local computer policy to restrict all users from lets say running windows explorer. But what if I...
Need to get calculated total in Field 3
Formula is field2/field1
How would I do this so that once a person enters number into field2, field 3 automatically enters in the total from the calc.
Thanks in advance
SELECT NMR.Cust_Name, NMR.WorkOrderNumber, NMR.[Incident Date], NMR.QtyStarted, NMR.QtyDefective, NMR.QtyScrapped, NMR.ReasonDesc, NMR.ProblemDiscrepancy, NMR.ProblemDescription
FROM NMR
WHERE (((NMR.[Incident Date])=[>=]))
ORDER BY NMR.ReasonDesc;
I have a query that has actually been in place for some time and has never had a problem working in the past. There is a field for Incident date, with the criteria of [>=]
User is prompted to enter date, and the query is supposed to run. Now for some reason, if a user puts the date in, only the...
I am creating a form and was wondering how I would do the following: I have two field, completed, which is a check box (yes/no) and completed date. I would like to be able to have the completed date automatcally fill itself when the yes/no check box is selected. How would I do this?
Thanks in...
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.