I have a subform datasheet which exists for example as so:
ID Name
When you double click on the row a new form is opened with a filter on the ID.
I do this by using the ActiveControl as my filter.
However I do not want to display the ID in the Datasheet.
If I do ID.ColumnHidden = True, then the ActiveControl becomes Name and my application breaks.
Any suggestions?
Thank you,
-matt
ID Name
When you double click on the row a new form is opened with a filter on the ID.
I do this by using the ActiveControl as my filter.
However I do not want to display the ID in the Datasheet.
If I do ID.ColumnHidden = True, then the ActiveControl becomes Name and my application breaks.
Any suggestions?
Thank you,
-matt