/// </summary> public static Form1 f; public void Form1Show() { if (...
Subform not updating in parent form Kennelbloke Nov 28, 2024 Microsoft: Access Forms Replies 10 Views 283 Yesterday at 5:56 AM Kennelbloke Locked Question Fill in 2nd Textbox2 from Textbox1 PrimoSteve Jul 20, 2024 Microsoft: Access Forms Replies 3 Views 284 Jul 22, 2024 Primo...
I have a parent form showing some of the contents of a single record in a parent table. This form contains a button that opens a specific subform (using an IF statement based on the contents of another field in the parent table/form. There are actually any of 8 child ...