Paul Purvis
New member
- Local time
- Today, 13:12
- Joined
- Mar 4, 2003
- Messages
- 9
Ok, Brain now in close down mode!
I have a Tool testing database, which records when a tool was last tested, a initial screen prompt when starting up tells u what tools need to be tested, some @ 3 monthly intervals some at 6monthly and most at 12monthly.
I need to print out what tools are due to be tested tried this
[LastTestDate]<=DateAdd("m",-3,"Date") «Expr» [ToolId & "Needs Testing"]
But wrong syntax (or brain fatigue more like!!!
)
I have a Tool testing database, which records when a tool was last tested, a initial screen prompt when starting up tells u what tools need to be tested, some @ 3 monthly intervals some at 6monthly and most at 12monthly.
I need to print out what tools are due to be tested tried this
[LastTestDate]<=DateAdd("m",-3,"Date") «Expr» [ToolId & "Needs Testing"]
But wrong syntax (or brain fatigue more like!!!