Gegevns uit DB

  • Onderwerp starter Onderwerp starter tjis
  • Startdatum Startdatum
Status
Niet open voor verdere reacties.

tjis

Gebruiker
Lid geworden
21 jan 2002
Berichten
159
Ik wil graag omdat ik veel gegevens uit de DB koppel met Word een query maken waarbij ik alle tabellen heb. Nu is het zo dat ik een paar honderd adressen uit een tabel via de query wil koppelen aan de contactpersonen. Ik krijg nu niet alle adressen met en zonder comntactpersson maar alleen de adressen met contactpersoon. Wie weet hoe dit kan.
 
Laatst bewerkt:
Waarschijnlijk maak je in je query gebruik van INNER JOINS.
Dit moet je wijzigen in een OUTER JOIN, dan krijg je wel alles.
 
Hoe kan ik dit doen?

Hoe kan in dit veranderen in een query? Ik heb de query aangemaakt ddor een wizzard. Ik heb volgens mij daar heen optie inner.....etc gezien. Hoe te handelen.
 
Uit de Access help:

Change the type of join between tables and queries in a query

1 Open a query in Design view.
2 Double-click the join line between the field lists for the tables or queries.

3 In the Join Properties dialog box, click the join option you want, and then click OK.

For examples of different join types and how they affect query results, click .

Notes

· From the Relationships window, you can change the default join type for tables. For more information, click .
· All of the joins created using the Join Properties dialog box select records only if the values in the joined fields are equal. You can create joins that select records only if the value in one join field is greater than, less than, not equal to, greater than or equal to, or less than or equal to the value in the other join field; to do so, you must create an SQL statement in SQL view.

Moet wel lukken hiermee denk ik.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan