Hello again people. I’m having trouble with a calculation in a query. I have two queries, each of which has worked out a number of hours between two points (one is the number of hours an employee is at work, the other is the number of hours and employee has been usefully employed). I am trying to use a third query to give me a percentage efficiency level for each employee on the database. So far I have tried adding each of the queries individually to the calculation query, and both at the same time, no result for either.
The error is the same for all attempts, ‘invalid bracketing for *****’ despite the fact that I used the query builder, as well as trying to type the whole thing in from the basic [query]![fieldname]![etc] basis.
I am not up to writing code for this, unless it’s a fairly simple SQL mod.
Until recently I have just used the two queries to give me the data and then put the numbers into Excel and, hey presto, result. I would now like to automate this function, but Access is resisting my best efforts.
Thanks for taking the time to read this far.