access query one to many (aggregated) -


how make table query (or other type of query). data example general idea is:

  • table (fields: "country ", “city”, "avenue")

  • table b (fields: "country ", "population [mln]")

i need 1 table aggregated 2 above tables.

what should query info aggregated

(fields: " country ", “city”, “avenue”, "population [mln]".

(population per country only)

i'd grateful if help, s.


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -