Hello ppl
I want the user to always print record with changes that he just made, but I am running into problems.
I have a simple form that reads from and Access fie (ADO, VB 6).
I have a print button that connects to a data environment and prints the contect of prestent recordset (by filtering adodc1).
Problem is:
Sometimes user make some changes on the screen and wants to print right away. My print will not be updated.
I tried adding :
EDDU.rsTBLNames.Requery
but I am getting error message saying:
run time error 3704
Operation is not allowed when the object is closed.
and the degugger highlights the code line mentioned above.
Any suggestions as how to solve this problem?




Reply With Quote