C
Chris Mills
Ah... yes and no ?
Most people avoid the ocx control Microsoft provided for the purpose, because
it is reported to be just so much crap as to compatibility.
Instead, the advice is to use direct system calls. GetOpenFileName in C++ will
demonstrate what you want. Microsoft does not make it easy.
OTOH, someone else might be able to give a link to a vba equivalent. I hope
the code they provide is compatible with all versions of Access.
Chris
Most people avoid the ocx control Microsoft provided for the purpose, because
it is reported to be just so much crap as to compatibility.
Instead, the advice is to use direct system calls. GetOpenFileName in C++ will
demonstrate what you want. Microsoft does not make it easy.
OTOH, someone else might be able to give a link to a vba equivalent. I hope
the code they provide is compatible with all versions of Access.
Chris