CyrusAyers
Programmer
I have two forms involved in the dilemma. One is a "Main" form with a Tab control, the other is a pop-up form.
The pop-up form, as a safeguard, is used to alter/add/delete information in the [AccountHolders] table that is displayed on the Main form.
The Main form uses a combo-box to quickly navigate records and has a conditional field liked to VBA script (it conditionally displays a checkbox for sales tax depending on the Accountholders status).
If i add or delete a record on the Pop-up form, when i move back to the Main form, the name appears in the Combo-box, but i cant navigate to it using the record selectors. Additionally, the conditionally appearing Sales Tax checkbox is not recognized in the VBA and generates an error.
Ive tried attempted versions of [Form].Requery and [Combo].Requery to no avail. I seem think the awnser will be tied closely to the VBA action of the linked SalesTaxCheckbox, because it recognizes the box before the additon. Closing and re-opening the entire thing allows me to find the new addition with the record selectors, but dosent help the Not Found Error (2424)
I know that i need to synchronize or refresh the data but could use a pointer, could you help?
The pop-up form, as a safeguard, is used to alter/add/delete information in the [AccountHolders] table that is displayed on the Main form.
The Main form uses a combo-box to quickly navigate records and has a conditional field liked to VBA script (it conditionally displays a checkbox for sales tax depending on the Accountholders status).
If i add or delete a record on the Pop-up form, when i move back to the Main form, the name appears in the Combo-box, but i cant navigate to it using the record selectors. Additionally, the conditionally appearing Sales Tax checkbox is not recognized in the VBA and generates an error.
Ive tried attempted versions of [Form].Requery and [Combo].Requery to no avail. I seem think the awnser will be tied closely to the VBA action of the linked SalesTaxCheckbox, because it recognizes the box before the additon. Closing and re-opening the entire thing allows me to find the new addition with the record selectors, but dosent help the Not Found Error (2424)
I know that i need to synchronize or refresh the data but could use a pointer, could you help?