I have a datagrid on the form bind with recordsets. I need to know if is it possible to assign that datagrid object into a variable?
I have created a preliminary code but its not working
dim dbgridvar as DataGrid
Private Sub Assign_Click()
set dbgridvar=Form1.Datagrid1
End Sub
Thank you for helping!