I need to open a find file dialog box to allow users to navigate to a different directory and select a file. The dialog box then needs to return the location of the file selected.
Does anyone know how to do this within VBA?
Many Thanks.
im creating a recordset from a table in access,
then going through each field trying to ascertain whether it is empty or not, all of the following have produced errors
if myRS!Field1 is null
varHolder = myRS!Field1
if len varHolder = 0
if myRS!Field1 = ""
Does anyone have any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.