I have personnel database. I need to count strength in increments today, 30, 60, 90, 180
These are the fields that I think are important to the question:
PKPersonnel
ArrivalDate
DepartureDate
Service (Values would be USMC, USN, USA)
I need to select everyone that is Mustered (it's a checkbox)...
I have the following IIF statement working in SQL.
ModFlag: IIF(DatePart("ww",[DateModified])=DatePart("ww", Date())-1,IIF(DatePart("ww",[DateModified])=DatePart("ww",Date())-1,-1,0))
I want to make it a VBA procedure so I can call it, by passing a Date to the Function, but I'm missing...
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.