Is there a way to carry a value from one form to another to still another without leaving the original form open and referenceing it.
I am using MS access 2000 and I have created a series of forms to post and print payable information.
The first form has the ticket #(primary key in table)
the second form uses that ticket # to pull the information it needs and then the report uses the same ticket # to pull the information it needs. I have been just leaving the form open at the bottom of the screen through the whole process but, I am getting a write conflict error, I think is being caused because of the update query being run off of the first form and then running an update query on the second form before the first form is closed. I think that is where the error is comming from. I am wondering if there is a global code that I can write that will hold that ticket number as a variable untill a new one is entered and allow me to close the first form. If not are there any suggestions on how to solve this problem, if so I am very limmited on my VB knowledge, can some one give me a clue on how to write it. Thanks
RBE RBE
Are you 100% sure of where you are going.
I am using MS access 2000 and I have created a series of forms to post and print payable information.
The first form has the ticket #(primary key in table)
the second form uses that ticket # to pull the information it needs and then the report uses the same ticket # to pull the information it needs. I have been just leaving the form open at the bottom of the screen through the whole process but, I am getting a write conflict error, I think is being caused because of the update query being run off of the first form and then running an update query on the second form before the first form is closed. I think that is where the error is comming from. I am wondering if there is a global code that I can write that will hold that ticket number as a variable untill a new one is entered and allow me to close the first form. If not are there any suggestions on how to solve this problem, if so I am very limmited on my VB knowledge, can some one give me a clue on how to write it. Thanks
RBE RBE
Are you 100% sure of where you are going.