Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can you provide us with an example of how we can pass a particular exlist object to a sub procedure, in Access?

0
Posted

Can you provide us with an example of how we can pass a particular exlist object to a sub procedure, in Access?

0

You have several options like follows: • Private Sub test(ByVal l As EXLISTLib.List) With l End With End Sub • Private Sub test(ByVal l As Control) With l End With End Sub • Private Sub test(ByVal l As Object) With l End With End Sub In the first case you need to call test List1.Object, in the second or third option you may call test List1.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123