Compile error: Ambiguous name detected

Asked By 10 points N/A Posted on -
qa-featured

Hello,

I am using ConvertHLink contained within the same module having two macros or sub procedures. Why am I having this error “Ambiguous name detected: ConvertHLink? Can I get the solution to fix this problem immediately? Any assistance would work for me.

Thanks in advance.

Error:

Compile error: Ambiguous name detected: ConvertHLink.

SHARE
Answered By 0 points N/A #177246

Compile error: Ambiguous name detected

qa-featured

Hi White,

You are getting this compile error because there are multiple procedures with the same name. You need to check if the duplicates are the same and delete the unwanted procedure. Find the first procedure and delete it. Then, click the Debug menu > Compile <database name>. On the file menu click close. The code should run fine after you do this.

Related Questions