J
jonathan
Hi, running this code on the click event of a tick box
Basically i want to expand a datasheet inside a subform of the main form.
If me.expandsubform = True Then
Forms!tasks.SubdatasheetExpanded = True
Else
Forms!tasks.SubdatasheetExpanded = False
End If
thx
jonathan
Basically i want to expand a datasheet inside a subform of the main form.
If me.expandsubform = True Then
Forms!tasks.SubdatasheetExpanded = True
Else
Forms!tasks.SubdatasheetExpanded = False
End If
thx
jonathan