reference another Database. (1 Viewer)

allj

Registered User.
Local time
Today, 03:41
Joined
Sep 4, 2008
Messages
39
Hi. I hope you can help. I am using a module that allows me to open an mde and import a form into it - that is as long as there are only macros and no code behind it.

I need to append the name of the form to a table. However, I need to reference the database since it has to be in another db from the one I am calling it from. I need something to reference the database I select the data from: Any help is much appreciated. Alan

OLdData = " SELECT FrmNme FROM frms"
This needs to be referenced here.
 

DCrake

Remembered
Local time
Today, 11:41
Joined
Jun 8, 2005
Messages
8,632
I beleive no matter what type of form you have in an MDE or the contents of the form structure you cannot inport it from an MDE. That's the whole point of an MDE. Someone will correct me if I am wrong but that's always been my opinion.

David
 

allj

Registered User.
Local time
Today, 03:41
Joined
Sep 4, 2008
Messages
39
I was able to fix my problem. I needed an extra set of references. Checke up the unlock application at http://www.dombajsoft.com/index.htm. I was able to change my vb code to macros and import multiple forms into the application. Alan
 

Users who are viewing this thread

Top Bottom