Hello,
I Try to calculate the number of days someone is ill.
I use the following Query :
SELECT Verzuim.RelID, Verzuim.[Datum ziekmelding], Verzuim.[Datum herstelmelding], Verzuim.Maandnz, Verzuim.[Aantal uren ziek], CInt([B])+CInt(([Datum herstelmelding]-IIf([Datum...
I try to use Dsum to sum the ours ill for a particulair location whereby the recover date or the moth still ill are valid for a month.
Here under my code :
[code]Ziekteuren = DSum("[Aantal uren ziek]", "Verzuim Query1", "[StationID] =" & StationID & " AND (Datepart('m',[Datum herstelmelding])...
Hi,
In a recordset (Access 2007)I select a record using the find methode (rs.find(expession)).
I find my record and I want to change te background color of one of the fields. In my case rs!day.
I don't know how do this.
Who can help me?
regards
Apestaarten
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.