Sorry, I don't understand exactly what you're trying to do. Can you give a
more detailed explanation?
"retain the control for later use" where? In the same procedure" There
shouldn't be any issue. What problem are you having?
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Wes from Scottsdale" <(E-Mail Removed)> wrote in
message news:9EDFCBE9-6694-4287-9BC9-(E-Mail Removed)...
> Dim cControl As Control
>
> cControl = Me.cboSomething
>
> I can pass cboSomething into a function as a control, but I need to retain
> the control for later use.
>
> Thanks.