Hi,
I need to create a button into a form, whereby, when the sub-datasheet form popup, it will display all the records belong to Masterdata and i can add/edit/delete from the datasheet.
for e.g.
ParentID | ParentName
Vic1 | Victor
Nic1 | Nicole
ParentID | Children
Vic1 | Cherisse
Nic1 | Stephen
Vic1 | John
In the main form, it will display the Parent information.
In the main form, i need to create a ADD button, whereby when i click on the ADD button (let assume the main form showing "Victor" Vic1 information), it will display a sub-datasheet form showing the children information for Vic1 Victor only...
I have created the main form and the sub children form. now i cannot pass the parameter "Vic1" ParentID when click the Add button.
Now, when i click the Add button, it will display ALL the children data.
I need to create a button into a form, whereby, when the sub-datasheet form popup, it will display all the records belong to Masterdata and i can add/edit/delete from the datasheet.
for e.g.
ParentID | ParentName
Vic1 | Victor
Nic1 | Nicole
ParentID | Children
Vic1 | Cherisse
Nic1 | Stephen
Vic1 | John
In the main form, it will display the Parent information.
In the main form, i need to create a ADD button, whereby when i click on the ADD button (let assume the main form showing "Victor" Vic1 information), it will display a sub-datasheet form showing the children information for Vic1 Victor only...
I have created the main form and the sub children form. now i cannot pass the parameter "Vic1" ParentID when click the Add button.
Now, when i click the Add button, it will display ALL the children data.