Table alias ?-- -- (12341 56794 56452 457 2345 35467 1346 4567)

Has anybody ever had a message like that poping up ? Where is it comming from ?
I have a Form using this table, but any idea why I get this message.

It usually happen when you try to use a table multiple time in a JOIN or doing a loop in your join

ex.
SELECT … FROM table1
INNER JOIN table1

Thanks for replying.
I though so too, but the wired thing is that this pops up on multiple Menus which have nothing to do with the table name in question.
I did the test and removed the table from project, from dictionary and from the database. Run a dictionary update and this message still shows up.