M
Michael Wong
I have a subform in datasheet view that I fill with the following code:
MySubform.Form.RecordSource = "SELECT..."
But how do I clear the datasheet? Used to do it with .Clear() in ADO.NET
Thanks in advance for any help.
MySubform.Form.RecordSource = "SELECT..."
But how do I clear the datasheet? Used to do it with .Clear() in ADO.NET
Thanks in advance for any help.