PDA

Click to See Complete Forum and Search --> : Passing data from VB to Access


jkurpias
Dec 5th, 1999, 02:33 AM
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!

jim
Dec 6th, 1999, 03:18 AM
Use the /cmd option on the Access command line

Then in your Access VBA code the value will be returned by the Command function