Hi all,
My problem might be simple but i dont know what to look for.
I made a simple form based on a query for the purpose of changing/adding/deleting records from my main table. I have a cmb that populates the form with data for the record selected. That works fine.
I made a new record button, that seems to be working fine also. The problem is when I click on the new record button, and type in the new entry in the cmb, after I press the <tab> key(or simply click in the next txtBox), focus goes back to the cmb ( even though I set its tab order to last for testing purposes ) and the form gets populated with data from the first record in my table, and navigation controls say record 1. My entry stays in the cmb though.
Prolly something simple, I just dont know what to look for.
thx in advance
dat_guy
My problem might be simple but i dont know what to look for.
I made a simple form based on a query for the purpose of changing/adding/deleting records from my main table. I have a cmb that populates the form with data for the record selected. That works fine.
I made a new record button, that seems to be working fine also. The problem is when I click on the new record button, and type in the new entry in the cmb, after I press the <tab> key(or simply click in the next txtBox), focus goes back to the cmb ( even though I set its tab order to last for testing purposes ) and the form gets populated with data from the first record in my table, and navigation controls say record 1. My entry stays in the cmb though.
Prolly something simple, I just dont know what to look for.
thx in advance
dat_guy