R
RedForeman ©®
Date fields seem to be a pain for me... especially datediff
entry fields calculated fields from
left
Admission_Date 1 4 03 LOSAdmitSurg XX
Surgery_Date 1 5 03 LOSSurgDisch XX
Discharge_Date 1 9 03 LOSAdmitDisch XX
XX are calculated fields from the actual dates
Problem is, I'm so fast with data entry, that the XX never gets calculated
while the form is displayed. So at the end of the year, I run queries that
don't even look at those values. But there are other reports that must,MUST
have those values for the record to be validated.
So... options are
run 1 query that updates each XX seperately, resulting in 3 queries
run 1 query that does it all.
open each record to auto update, there are 20000 records, which isn't
feasible..
I need a datediff query, that updates the XX fields, and I'm not sure where
to start, 1 query for all, or 3 queries for each seperately....
entry fields calculated fields from
left
Admission_Date 1 4 03 LOSAdmitSurg XX
Surgery_Date 1 5 03 LOSSurgDisch XX
Discharge_Date 1 9 03 LOSAdmitDisch XX
XX are calculated fields from the actual dates
Problem is, I'm so fast with data entry, that the XX never gets calculated
while the form is displayed. So at the end of the year, I run queries that
don't even look at those values. But there are other reports that must,MUST
have those values for the record to be validated.
So... options are
run 1 query that updates each XX seperately, resulting in 3 queries
run 1 query that does it all.
open each record to auto update, there are 20000 records, which isn't
feasible..
I need a datediff query, that updates the XX fields, and I'm not sure where
to start, 1 query for all, or 3 queries for each seperately....