Hi All,
First off I'm learning Access as I go, so apologies if I mis-state the obvious.
I created a form that contains a subform. I dbl-click an item in a list box and display a new record on the main and sub form. The main form source table and the sub form source table have a one-to-many relationship.
Before I discovered how to use the child\master link properties I was setting the subform's record source with VBA and it was working well. Now, using the link properties, if there is no record available from the subform table, changing records via my list box gives me a blank main form with no controls. Previously I would see my form, sub form and all the controls and my sub form controls would just be empty. I can go back to the way it was, but I would like to understand how the two methods vary and if there is a better way.
Thanks!!!!
Scott
First off I'm learning Access as I go, so apologies if I mis-state the obvious.
I created a form that contains a subform. I dbl-click an item in a list box and display a new record on the main and sub form. The main form source table and the sub form source table have a one-to-many relationship.
Before I discovered how to use the child\master link properties I was setting the subform's record source with VBA and it was working well. Now, using the link properties, if there is no record available from the subform table, changing records via my list box gives me a blank main form with no controls. Previously I would see my form, sub form and all the controls and my sub form controls would just be empty. I can go back to the way it was, but I would like to understand how the two methods vary and if there is a better way.
Thanks!!!!
Scott