J
Jeff G
Good Day Everyone!
I need an expression for my query. What I have is a database tracking
bearing temperatures. My table (what the query is based on) looks like this,
(this is abbreviated, there are actually 4 sets of bearings in this table all
named differently):
MroczekFurnaceBearingTemps: Table
Pre-Quench Drive Bearing Install Date Pre-Quench Drive Bearing Temp
07Aug07 78
79
88
89
79
If you notice the Install Date does not contain a date for each entry. The
only time an entry would be made is if the bearing were changed out. What I’m
trying to determine is how many days are between change out dates. Since I
haven’t changed out this particular bearing yet, I want it to calculate the
DateDiff from today ( Date() ).
I’ve tried this expression:
DateDiff (“d†[Date()],Pre-Quench Drive Bearing Install Date)
It returns nothing. Just a blank line, not even any kind of error.
I’m a novice at this expression writing stuff and I have no idea how to
actually write code. I’m a mechanic trying to keep our down time to a minimum
with predictive maintenance. Any help would be greatly appreciated. ACCESS
2003
I need an expression for my query. What I have is a database tracking
bearing temperatures. My table (what the query is based on) looks like this,
(this is abbreviated, there are actually 4 sets of bearings in this table all
named differently):
MroczekFurnaceBearingTemps: Table
Pre-Quench Drive Bearing Install Date Pre-Quench Drive Bearing Temp
07Aug07 78
79
88
89
79
If you notice the Install Date does not contain a date for each entry. The
only time an entry would be made is if the bearing were changed out. What I’m
trying to determine is how many days are between change out dates. Since I
haven’t changed out this particular bearing yet, I want it to calculate the
DateDiff from today ( Date() ).
I’ve tried this expression:
DateDiff (“d†[Date()],Pre-Quench Drive Bearing Install Date)
It returns nothing. Just a blank line, not even any kind of error.
I’m a novice at this expression writing stuff and I have no idea how to
actually write code. I’m a mechanic trying to keep our down time to a minimum
with predictive maintenance. Any help would be greatly appreciated. ACCESS
2003