I have solution that includes 14 dll’s and exe. I created 2 new tables and then in one of the APP’s I added a new procedure with two list boxes. I populated the list boxes as you normally would added some other buttons and stuff. When I make this I get UNRESOLVED EXTERNAL REFERENCE on the two NEW tables. Other tables in the same APP are fine, some used in a list box as well.
No luck so far in figuring this out.
One thing I noticed in the dictionary (a few dozen tables) NOT SURE IF THIS IS REVELANT. One table and one alias are shown with the prefix surrounded by parens, these have been like this forever I just noticed. NOW THE TWO NEW tables I just created, with unresolved external, both have the Prefix name surrounded by parens. As in “MyTable (PreMyTbl)”. None of the other tables in my dictionary are shown this way except for the other two.
Any thoughts on why the Prefix has parens, when 99% of the other tables DO NOT.