I have a command button in a form that opens a blank subform for users to enter details about a record when clicked. I would like for the subform to:
A) Collapse when the cmd button is clicked again
Become visible initially if there is data in the subform for that record
(ex. If a user enters text in the subform initially and goes back to that record later, the subform would be expanded to show the data rather than having to click the cmd button to see if there is any there for that particular record)
Thanks as always,