ozdemirozgur
Registered User.
- Local time
- Today, 14:16
- Joined
- Apr 29, 2011
- Messages
- 47
Hi,
Is it possible to use the seek method to find the values smaller. eg.
With DIRS_FTSE_AIC_Raw
.Index = "FindFinanceUnique"
.Seek "=", APPO_Comb!Off_RecNo, 2000, 8
If .NoMatch Then
Else
thsi method finds the record equal to the 2000 but I would like to find any of the records before 2000?
thanks, Ozgur
Is it possible to use the seek method to find the values smaller. eg.
With DIRS_FTSE_AIC_Raw
.Index = "FindFinanceUnique"
.Seek "=", APPO_Comb!Off_RecNo, 2000, 8
If .NoMatch Then
Else
thsi method finds the record equal to the 2000 but I would like to find any of the records before 2000?
thanks, Ozgur