ordendelfai
Technical User
Hello,
I have a drop down box that changes a value in an underlying query. Using the OnChange event, I have to use Me.Requery so that a text box in the form updates to the new value that was selected. When I requery though, if I am on say, record 112, the requery sends the form back to record "1". Is there a way to stop this from happening?
If you have a better way to do this that would be great as well. I am trying to improve performance, and don't want to use a bunch of subforms like I currently am (8 for similar functions).
I have thought that maybe linking a text box to show 2 fields out of three in the combo box would be cool if possible....
Thanks!
Orden
I have a drop down box that changes a value in an underlying query. Using the OnChange event, I have to use Me.Requery so that a text box in the form updates to the new value that was selected. When I requery though, if I am on say, record 112, the requery sends the form back to record "1". Is there a way to stop this from happening?
If you have a better way to do this that would be great as well. I am trying to improve performance, and don't want to use a bunch of subforms like I currently am (8 for similar functions).
I have thought that maybe linking a text box to show 2 fields out of three in the combo box would be cool if possible....
Thanks!
Orden