Goodmorning,
Last year i posted the following question about error 2455.
I now get stuck with the same problem and still don't understand what I should do differently (feels stupid
) .
Scenario: I have a main form "frmMain" with 3 different subform within it > "frmCars", "frmCarColors", "frmIngredient".
I want that the user is able to click a car in "frmCars", then see the corresponding available colors in "frmCarColors" and when clicking a color that the user sees the necessary ingredients in "frmIngredient".
I am able to fix this by placing in the on current event of "frmCars" and "frmCarColors" a "Requery code" of the relative subform.
However, I keep getting the error 2455 code and after reading again my other post, i still don't get it.
Hopefully, somebody can help me understand what to do.
My apologies for asking a similar question.
Thank you.
Last year i posted the following question about error 2455.
Error 2455 requering another subform
Good evening, I have a form called frmMainTable with two sub forms (frmFirstTable & frmSecondTable), in the subform frmFirstTable I have placed in the on-current event the following code: Forms![frmMainTable]![frmSecondTable].Form.Requery However, when I open the frmMainTable I get the...
www.access-programmers.co.uk

Scenario: I have a main form "frmMain" with 3 different subform within it > "frmCars", "frmCarColors", "frmIngredient".
I want that the user is able to click a car in "frmCars", then see the corresponding available colors in "frmCarColors" and when clicking a color that the user sees the necessary ingredients in "frmIngredient".
I am able to fix this by placing in the on current event of "frmCars" and "frmCarColors" a "Requery code" of the relative subform.
However, I keep getting the error 2455 code and after reading again my other post, i still don't get it.
Hopefully, somebody can help me understand what to do.
My apologies for asking a similar question.
Thank you.
Attachments
Last edited: