I can pass commandline arguments in Access2000 to a VB EXE. How can the VB EXE return data to Access?
I've coded the VB prg to return data into an Access table but there must be a better way!
Printable View
I can pass commandline arguments in Access2000 to a VB EXE. How can the VB EXE return data to Access?
I've coded the VB prg to return data into an Access table but there must be a better way!
Use the /cmd option on the Access command line
Then in your Access VBA code the value will be returned by the Command function