Can you help on this?
I have a form where users may enter data. Right after the input, MS Access should update a field in a query without actually showing the query table.
So far I tried the following with the help of a Macro.
Echo False
Openquery
Unfortunately, MS Access opens the query although I put "Echo" to false. Does anyone know what I am doing wrong? Is there a solution with an easy VBA code?
Stefan
I have a form where users may enter data. Right after the input, MS Access should update a field in a query without actually showing the query table.
So far I tried the following with the help of a Macro.
Echo False
Openquery
Unfortunately, MS Access opens the query although I put "Echo" to false. Does anyone know what I am doing wrong? Is there a solution with an easy VBA code?
Stefan