I have a main form with 2 combos. 1 for Jurisdiction, and 1 for venue. You pick a value for jurisdiction and the venue filters. Jursidiction combo is unbound, and the venue is bound. Everything works good and the values are storing in the table fine. When a user navigates from a record and goes back on the form, the combos don't show the value that they should for that record.
I tried setting the default value of the jurisdiction to be the column(1) of the venue combo (it is the 2nd col. 1st or 0 is the id key that is bound) I also have a requery of the form on navigation next and prev. and I also have requeries of the 2 fields oncurrent of the form. How do I make these combos show the value for that current record as users navigate please?
Thank you.
misscrf
It is never too late to become what you could have been ~ George Eliot
I tried setting the default value of the jurisdiction to be the column(1) of the venue combo (it is the 2nd col. 1st or 0 is the id key that is bound) I also have a requery of the form on navigation next and prev. and I also have requeries of the 2 fields oncurrent of the form. How do I make these combos show the value for that current record as users navigate please?
Thank you.
misscrf
It is never too late to become what you could have been ~ George Eliot