VBA References

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Hi,

I have copied some code from an online source to use in my
database to help with front end updating. When I go to
compile the code there is more than one function that is
not defined because the appropriate reference has not been
added. My question is how do I find out which reference
contains the function I need so I know which one to add.
For example, the function 'LastInStr' is used in the code
and I have no idea which reference I need to add to use
this. Also, when I roll the database out (it's going to
be a networked db) how do I ensure that everyone has these
references added that aren't loaded under standard
conditions? Does copying a database also copy the
references added in the design of that database? Thanks
for any help,

Eric
 
Please disregard this post as I (foolishly) did not
realize that these missing "functions" were actually calls
to modules I forgot to incorporate. Thanks!
 
Back
Top