DanNorris2000
Technical User
Have a form displaying a datagrid based on a
child command (comContracts). I would like to report on the current contents of that grid but I only get the entire contents of the parent(comClients).
Private sub cmdExha_click()
crExha.database.SetDataSource deprjclients.rscomclients, 3
frmviewer1.show
Thanks in advance
child command (comContracts). I would like to report on the current contents of that grid but I only get the entire contents of the parent(comClients).
Private sub cmdExha_click()
crExha.database.SetDataSource deprjclients.rscomclients, 3
frmviewer1.show
Thanks in advance