I have an unbound main form and a subform bound to a table. I want to return the selected records in the subform so I can run a query against them. I have the record selecter set to true.
I followed the directions of this microsoft article, note at the end it tells you how to call the function with a subform. However, it does not tell you how to modify the function DisplaySelectedCompanyNames () to use from a SUbform. Every time I tried to get recordset of subform I get an error. I used every possible combination.
I will be greatly impressed if someone can get this. I know I could you an activeX control like ListView but it is much slower.
I followed the directions of this microsoft article, note at the end it tells you how to call the function with a subform. However, it does not tell you how to modify the function DisplaySelectedCompanyNames () to use from a SUbform. Every time I tried to get recordset of subform I get an error. I used every possible combination.
I will be greatly impressed if someone can get this. I know I could you an activeX control like ListView but it is much slower.