I have a Header/Detail form with a Class Module.
My order header information is in the top part of the form and my order detail is a datagrid at the bottom of the form. Because my detail record is large, I am only displaying key fields for identification purposes in the grid. When a user selects a record, I want to bring up a new form with all the detail information present so they can edit or add a new record.
Not being that familiar, I really need some help in figuring out the best way to do this (coding wise) and if I can reference the same class module. If anyone can point me in the write direction I would appreciate it. THanks.
My order header information is in the top part of the form and my order detail is a datagrid at the bottom of the form. Because my detail record is large, I am only displaying key fields for identification purposes in the grid. When a user selects a record, I want to bring up a new form with all the detail information present so they can edit or add a new record.
Not being that familiar, I really need some help in figuring out the best way to do this (coding wise) and if I can reference the same class module. If anyone can point me in the write direction I would appreciate it. THanks.