J
John
Hi
I am using the following get the items from a multiselect list;
Dim ctl As Control
For Each ctl In Me.BatchInvoicesList.ItemsSelected
Problem is that I am getting a 'Object not found error'. Same with;
For Each ctl In Me!BatchInvoicesList.ItemsSelected
What am I doing wrong?
Thanks
I am using the following get the items from a multiselect list;
Dim ctl As Control
For Each ctl In Me.BatchInvoicesList.ItemsSelected
Problem is that I am getting a 'Object not found error'. Same with;
For Each ctl In Me!BatchInvoicesList.ItemsSelected
What am I doing wrong?
Thanks