Hi there, I need some help...

Database 1:

ID number
Date
Hours worked


Database 2:
ID number (= table 1)
Date
Amount received.

I need to know which employer worked on the same day and the the amount received from Database 2.

How can I do that?

Thanks you all.