A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

IsLoaded - ambiguous name error



 
 
Thread Tools Display Modes
  #1  
Old March 12th, 2006, 12:07 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default IsLoaded - ambiguous name error

I often take the template databases and combine different features of 2 or
more. It seems that I often get an error saying IsLoaded is ambiguous - how
can I fix this?

Private Sub Form_Open(Cancel As Integer)
If Not IsLoaded("Attendees") Then
MsgBox "Open the Registration form using the Registration button on
the Attendees form."
Cancel = True
End If
End Sub

--
Rick
  #2  
Old March 12th, 2006, 05:16 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default IsLoaded - ambiguous name error

Hi Rick,

You will receive an ambiguous name error if you have more than one copy of a
procedure in a module. Here is more information on this topic:

You receive an "Ambiguous name detected" error message
while running a procedure in Access 2000 or in Access 2003
http://support.microsoft.com/?id=817411


Tom

http://www.access.qbuilt.com/html/ex...tributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________

"Ricky11" wrote:

I often take the template databases and combine different features of 2 or
more. It seems that I often get an error saying IsLoaded is ambiguous - how
can I fix this?

Private Sub Form_Open(Cancel As Integer)
If Not IsLoaded("Attendees") Then
MsgBox "Open the Registration form using the Registration button on
the Attendees form."
Cancel = True
End If
End Sub

--
Rick

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2003 Error: Visual Basic Error - Ambiguous Name detected FLSTF2000 New Users 2 August 25th, 2005 04:44 AM
record is deleted error Ian Burton General Discussion 1 June 2nd, 2005 05:09 PM
Upgrade from Exchange 2000 to 2003 error John Landis Installation & Setup 0 June 17th, 2004 08:26 PM
Product Key for Office XP P.G.Indiana Setup, Installing & Configuration 1 June 7th, 2004 03:22 AM
Error #1321 MOS 2003 Setup Chad Harris Setup, Installing & Configuration 1 June 7th, 2004 12:22 AM


All times are GMT +1. The time now is 04:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.