I apologize in advance for what may seem like "stupid" postings, but I am used to working with much more rebust languages and databases than VB and Access. But, I have to fix what my client gave me, so thus, I'm posting my little heart out to meet my deadline!
Here's my problem. I need to be able to know the value of the a field prior to a change being made to it. It is a bound field in a combo box. I have tried using the OldValue property on the combo box in every event that made sense and it has a null value. So, I resorted to making a global variable that stored the value on the clicked, enter, before update, etc. events and still, I could not get the correct value consistently. Is this a bug in my version or am I missing something. I am running Access 9.0.3821 SR-1. I have been banging my head against a wall about the simplest coding concepts and this just adds to my overall frustration! Any help you can give me is appreciated!
Thank you!
SCubed
Here's my problem. I need to be able to know the value of the a field prior to a change being made to it. It is a bound field in a combo box. I have tried using the OldValue property on the combo box in every event that made sense and it has a null value. So, I resorted to making a global variable that stored the value on the clicked, enter, before update, etc. events and still, I could not get the correct value consistently. Is this a bug in my version or am I missing something. I am running Access 9.0.3821 SR-1. I have been banging my head against a wall about the simplest coding concepts and this just adds to my overall frustration! Any help you can give me is appreciated!
Thank you!
SCubed