Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run A Function of Sub on MS Access
#2
try something like this 
if not should get you started in the right direction

Function GetMsAccessPath 
Code:
Copy      Help
;/exe 1

typelib Access {4AFFC9A0-5F99-101B-AF4E-00AA003F0F07} 9.0

str sPath
Access.Application acApp
acApp._getactive
sPath = acApp.Run("EmployeeFolderPath")
out sPath
;BEGIN PROJECT
;flags  6
;END PROJECT
maybe this topic will help more
http://www.quickmacros.com/forum/showthr...oft+Access
sorry cannot help more was just trying to get you started in right direction
also search forum for Microsoft Access there are other topics that may help.
in code editor type acApp then .  and you will see a list of functions you can do
   


Messages In This Thread
Run A Function of Sub on MS Access - by Firas - 07-24-2018, 09:18 PM
RE: Run A Function of Sub on MS Access - by Kevin - 07-24-2018, 11:05 PM
RE: Run A Function of Sub on MS Access - by Firas - 07-28-2018, 10:05 AM
RE: Run A Function of Sub on MS Access - by Firas - 07-30-2018, 07:55 AM
RE: Run A Function of Sub on MS Access - by Kevin - 07-30-2018, 01:17 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)