D
dr
Hi All,
Have a good day.
I have 2 table,Incoming_tbl ( PK : incomingID --> auto number )
and Outgoing_tbl ( PK : outgoingID --> auto number ).
They are related each others through IncomingID with
referential integrity on.
Now I want to create a query that count balance stock ( input - output ).
But I'm facing a problem,some incoming products that have no related
outgoing data,not listed in the balance stock query.I think it caused by
the relationship.How to solve it?
Thank's in advance.
Regards,
Have a good day.
I have 2 table,Incoming_tbl ( PK : incomingID --> auto number )
and Outgoing_tbl ( PK : outgoingID --> auto number ).
They are related each others through IncomingID with
referential integrity on.
Now I want to create a query that count balance stock ( input - output ).
But I'm facing a problem,some incoming products that have no related
outgoing data,not listed in the balance stock query.I think it caused by
the relationship.How to solve it?
Thank's in advance.
Regards,