Excel_Kid1081
Registered User.
- Local time
- Today, 12:08
- Joined
- Jun 24, 2008
- Messages
- 34
Hello-
I am trying to create a query from a single table that has these two fields: PricingDate and SecurityID. Each week I get new data that is appended to the table. What I want to find is the New SecurityIDs that were not in last week's. Thus, I am looking to restrict my recordset to just a few new securityIDs.
I have two questions:
1) Am I better off trying to create a OpenRecordset and loop through each securityID or doing just a subquery?
2) Could somebody help get me started on some syntax?
thanks!!
EK
I am trying to create a query from a single table that has these two fields: PricingDate and SecurityID. Each week I get new data that is appended to the table. What I want to find is the New SecurityIDs that were not in last week's. Thus, I am looking to restrict my recordset to just a few new securityIDs.
I have two questions:
1) Am I better off trying to create a OpenRecordset and loop through each securityID or doing just a subquery?
2) Could somebody help get me started on some syntax?
thanks!!
EK