B
babs
I have a subform based on a query - where I schedule the job# - there is an
est. days the job should take. right now the query in Not updateable since I
am calculating the Actual days worked and sub that from the est. days to get
Difference in Days.(ie.- to know if need to schedule more people on that job)
- the actual days is calculated in a Group by Job# query and the est. days
comes from the Job Writeup file(not grouped).
I want to be able to Add records to this query to schedule the job and as a
person is scheduled(on subform-based on a query) I would like the # days dif.
to be updated. I would like to be able to run a report on the Difference
indays so assuming I need to Store that value somewhere in order to run the
report-
Basically can't figure out how to Sum the Actual days worked and do
calculation for difference without Grouping - and making the subform-
updateable????
impt fields in Write up table - job#, est. days
impt fields in groupby job # query - job# act days, calc dif in days= est.
days - act. days.
any ideas?
Thanks,
Barb
est. days the job should take. right now the query in Not updateable since I
am calculating the Actual days worked and sub that from the est. days to get
Difference in Days.(ie.- to know if need to schedule more people on that job)
- the actual days is calculated in a Group by Job# query and the est. days
comes from the Job Writeup file(not grouped).
I want to be able to Add records to this query to schedule the job and as a
person is scheduled(on subform-based on a query) I would like the # days dif.
to be updated. I would like to be able to run a report on the Difference
indays so assuming I need to Store that value somewhere in order to run the
report-
Basically can't figure out how to Sum the Actual days worked and do
calculation for difference without Grouping - and making the subform-
updateable????
impt fields in Write up table - job#, est. days
impt fields in groupby job # query - job# act days, calc dif in days= est.
days - act. days.
any ideas?
Thanks,
Barb