Good morning all,
I have a table called Releases. There, I store Orders for the shop to produce.
I have another table called Deliveries. Here, I store Orders delivered.
With a Find Unmatched Query I can find the Orders not delivered yet.
Is there any way to add those orders not delivered to a lookup in Deliveries table?
It is kind of a circular reference since I am trying to lookup for a result in a table that is been used to get that result. Of course it is not working and, of course too, I need your help to not :banghead:
Thanks in advance,
Ed
I have a table called Releases. There, I store Orders for the shop to produce.
I have another table called Deliveries. Here, I store Orders delivered.
With a Find Unmatched Query I can find the Orders not delivered yet.
Is there any way to add those orders not delivered to a lookup in Deliveries table?
It is kind of a circular reference since I am trying to lookup for a result in a table that is been used to get that result. Of course it is not working and, of course too, I need your help to not :banghead:
Thanks in advance,
Ed