S Stephen Nov 24, 2008 #1 How do I call or run VBA code found in a separate, already open, DB? Thank you for your help.
D Daniel Pineault Nov 25, 2008 #2 Take a look at http://accessprogrammer.blogspot.com/2005/11/call-access-database-procedure-from.html and see if that doesn't answer your question. -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.net Please rate this post using the vote buttons if it was helpful.
Take a look at http://accessprogrammer.blogspot.com/2005/11/call-access-database-procedure-from.html and see if that doesn't answer your question. -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.net Please rate this post using the vote buttons if it was helpful.
J Jim Burke in Novi Nov 25, 2008 #3 One thing you may need to do is hide the 2nd application - there is a Visible property you may need to set to False - I forget what the default is. If the other appl opens on the screen then you'll know that you need to set Visible = False.
One thing you may need to do is hide the 2nd application - there is a Visible property you may need to set to False - I forget what the default is. If the other appl opens on the screen then you'll know that you need to set Visible = False.