Hi Everyone,
I'm having problems with putting a result from a totals query in a form which is based on aother query. If I add the totals query to the form query, I'm not able to add or delete records on the form.
I tried to add
Val([NPPricePerWeek]) to bypass the problem but no luck,
I tried to create a txtbox on the form to access the totals query directly =tblRRNewProper tyPrice3!NPPric ePerWeek and came up with #Name?
I suspect because the query wasn't run
Is there a way to convert the value into something that will allow the form to add delete records please
Cheers Eddie
I'm having problems with putting a result from a totals query in a form which is based on aother query. If I add the totals query to the form query, I'm not able to add or delete records on the form.
I tried to add
Val([NPPricePerWeek]) to bypass the problem but no luck,
I tried to create a txtbox on the form to access the totals query directly =tblRRNewProper tyPrice3!NPPric ePerWeek and came up with #Name?
I suspect because the query wasn't run
Is there a way to convert the value into something that will allow the form to add delete records please
Cheers Eddie
Comment