I am having a bit of an issue with relates. The problem I have is that I have two tables coming in on our database connection via an external sql server database (Our taxroll) I have two tables showing property codes and values. First table has a field called propcode that has values like BR01, LG01 etc.. My second table has a Name field that identifies what each propcode stands for. Like BR01 is a primary residential building and LG01 is greenbelt land etc... I need to join that second table to the first so that I have a field that names what the propcode value is. Then from there I need to relate that joined table to a parcel layer, each parcel can have many propcodes ie.. a 1:M situation. However this does not seem to work, when I identify the parcel the relate does not show any values. It works fine if I relate the first table as long as it isn't joined. I cannot make the join permanent or local as I need to keep the tables showing "realtime" data coming from our taxroll program. Any ideas?
Thanks in advance.
Thanks in advance.