I like to display two forms in the top of each other that both linked to two different tables.
I am wondering if something similar to split form exists. However, I need both forms to be displayed in datasheet view.
I am staying away from sub-form(s) within main-form as my VAB code has been failing when I have sub-form instead of form.
So how can I split the screen to two portions and display two independent forms that the user can move between the two? Or I have no choice but to use parent and sub form(s)?
I am wondering if something similar to split form exists. However, I need both forms to be displayed in datasheet view.
I am staying away from sub-form(s) within main-form as my VAB code has been failing when I have sub-form instead of form.
So how can I split the screen to two portions and display two independent forms that the user can move between the two? Or I have no choice but to use parent and sub form(s)?
Comment