elephant97
Board Regular
- Joined
- Sep 18, 2002
- Messages
- 63
I have a table with 8 columns and about 5,000 rows. I need some method by which to search column 1 for a specific date (the column is unique, only one date will exist). Once the search finds that date, I need to store the information in the remaining 7 columns in that row. I know I can accomplish this in Excel with a For/Next loop and the .Cells method, but how do I do this in Access??

