Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Function Isn't Available

Status
Not open for further replies.

SDS100UK

MIS
Jul 15, 2001
185
GB
Hi,

I have a database that has run successfully for a long time. Now all of a sudden when I click a button which executes simple code I get a message box informing me that the function isnt available.

Why would this be and how do I fix it??

Many thanks
in advance
Steven
 
Which function does it highlight in the code? Go to the design mode of a module and go to Tools-->References, look at all that are selected and see if any say "Missing" next to them, or it looks like you are missing some that should be checked (ie you're using DAO code with no DAO reference, Excel communication without the Excel reference...)

Hope this helps,
Kyle ::)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top