How import a function in a module?

  • Thread starter Thread starter Peppe c.
  • Start date Start date
P

Peppe c.

Hi,
I have some .mde database on the field with which I exchange data.
Periodically I need to send them a text file containing a new function() to
be saved in one empty module of the DB.

Is it possible to import a text file in a compiled DB converting it in a
Module?

Thanks,
Giuseppe
 
Hi, Giuseppe.
Is it possible to import a text file in a compiled DB converting it in a
Module?

No. You need to add the function to the original MDB database file, make it
into a new MDE database file and then redistribute the new MDE file.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 
Back
Top