Ok, So I am finally back working on my Apiary / Honeybee Hive database after a long hiatus though have accomplished some improvements over time. But it still needs some development. Using a lot of the information this group previously provided has helped me simplify and expand on a lot of methods used to do what I want to do.
That being said, I have encountered a new problem that I simply cannot resolve. I have attached a current copy of my database file so hopefully someone can a determine what the problem is.
So, step by step, I open the main form F_Main_Overview.
I then select the <Edit/Add Hive Details> button. This brings up the "Active Hive Log", F_Log_Hive_Main form.
I then select the <Move Hive> button which closes the "Active Hive Log" screen and opens the "Move Hive" screen to provide the option to move a Hive from one Apiary to an alternate Apiary. The actual form name is F_Log_Hive_Status_Change as I use this base form for multiple purposes by simply changing various text fields and button actions.
I then return to the "Active Hive Log" and for some reason, the Combo Box at the top, "Filter List by Apiary" is no longer functional. It will show the drop down with the available options, but it does not accept making a selection.
Note that this condition occurs in more than one way. I can select a filter for a specific Apiary before selecting the <Move Hive> button and the filter value carries over to the "Move Hive" form. Returning to the "Active Hive Log" form keeps the filter condition but the Combo Box is then non-functional. I can change the Apiary filter selection to an alternate Apiary or to "All Hives" and return and again, the filter condition carries through but the Combo Box in non-funtctional.
I can open the "Move Hive" form with no filter applied, apply the Apairy Filter in that form, return to the "Active Hive Log" and the Combo Box is non-functional though again, the filtered condition remains (as it should).
From the "Active Hive Log" form, I can navigate to the "Add Hive" or "De-Activate Hive" forms and return and it's still non-functional.
The only way the function returns is by either returning to the Main Menu and coming back or by selecting the "List In-Active Hives" button and then coming back to the "Active Hives Log" screen.
I'm stumped.
Can anyone provide any insight as to what I am missing ?