P
Puppet_Sock
So I have a table with associated one-to-many relationships with other
tables. Such as, a document can have many authors.
And I want to show a list of the documents, with some kind of control
like a + sign or something. And selecting one document in the list
then clicking on the + sign pops opens the list of authors under the
document, and changes the + to a - (or something). Then clicking the -
closes the sub-list and changes it back to a +.
I'm guessing I could brute-force that with quite a bit of VBA code. Is
there a simpler way?
tables. Such as, a document can have many authors.
And I want to show a list of the documents, with some kind of control
like a + sign or something. And selecting one document in the list
then clicking on the + sign pops opens the list of authors under the
document, and changes the + to a - (or something). Then clicking the -
closes the sub-list and changes it back to a +.
I'm guessing I could brute-force that with quite a bit of VBA code. Is
there a simpler way?