Payal Patel
Registered User.
- Local time
- Today, 10:29
- Joined
- Nov 3, 2009
- Messages
- 34
I have two tables. One with the following:
Table 1:
ID Date
ABC 1/1/2015
Table 2:
ID Date:
ABC 12/1/2104
ABC 1/3/2015
ABC 1/3/2016
Result I'm looking for:
Table 1:
ID Date: Table__Date:
ABC 1/1/2015 1/3/2015
In this example, I need to pull in the date "1/3/2015" from table 2 as an update in table 1 because it is the date after 1/1/2015 in table 1. Is anyone familiar with a query? I've tried so many different ways, but not working.
Table 1:
ID Date
ABC 1/1/2015
Table 2:
ID Date:
ABC 12/1/2104
ABC 1/3/2015
ABC 1/3/2016
Result I'm looking for:
Table 1:
ID Date: Table__Date:
ABC 1/1/2015 1/3/2015
In this example, I need to pull in the date "1/3/2015" from table 2 as an update in table 1 because it is the date after 1/1/2015 in table 1. Is anyone familiar with a query? I've tried so many different ways, but not working.
Last edited: