J Janjang Registered User. Local time Tomorrow, 04:52 Joined Oct 17, 2005 Messages 80 Mar 9, 2006 #1 i'm making form from query. but all i need to do is calculate days worked (TimeService) either worker still working or resigned. i want to know is it possible to make it condition like it to query? if not can u tell me the other way? Attachments TimeService.zip TimeService.zip 17.1 KB · Views: 160
i'm making form from query. but all i need to do is calculate days worked (TimeService) either worker still working or resigned. i want to know is it possible to make it condition like it to query? if not can u tell me the other way?
ansentry Access amateur Local time Tomorrow, 07:52 Joined Jun 1, 2003 Messages 995 Mar 9, 2006 #2 See attached database. Changes made to query and a new form created. Have a look in help for DateDiff and DateAdd, they are both easy to use. Last edited: Apr 29, 2006
See attached database. Changes made to query and a new form created. Have a look in help for DateDiff and DateAdd, they are both easy to use.
J Janjang Registered User. Local time Tomorrow, 04:52 Joined Oct 17, 2005 Messages 80 Mar 9, 2006 #3 nice..thanks but how to make it calculate depend on checkbox? like this: Current date - Hired date, when check box not checked Resinged date - Hired Date, when check box was checked.. any here have an idea?
nice..thanks but how to make it calculate depend on checkbox? like this: Current date - Hired date, when check box not checked Resinged date - Hired Date, when check box was checked.. any here have an idea?