B
Bob G
Is it possible to create a query where you can also generate a result if a
relation is NOT found?
Here's a simple example.
I have two databases
1. database 'articles' with fields articlenumber and suppliernumber
2. database 'suppliers' with fields articlenumber, suppliernumber and price.
The relations between the database are with articlenumber and
suppliernumber.
Is it possible to make an Access query with result : articlenumber,
suppliernumber, price
BUT, if a combination articlenumber+suppliernumber is NOT found in the
suppliers-database
I want a result too, but with price = zero.
Is this possible? Maybe in more then one step?
Bob
relation is NOT found?
Here's a simple example.
I have two databases
1. database 'articles' with fields articlenumber and suppliernumber
2. database 'suppliers' with fields articlenumber, suppliernumber and price.
The relations between the database are with articlenumber and
suppliernumber.
Is it possible to make an Access query with result : articlenumber,
suppliernumber, price
BUT, if a combination articlenumber+suppliernumber is NOT found in the
suppliers-database
I want a result too, but with price = zero.
Is this possible? Maybe in more then one step?
Bob