Thread: .Seek
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vacation's Over Vacation's Over is offline
external usenet poster
 
Posts: 279
Default .Seek

is recordset :Pivot Table or SQL from database?

"gottahavit" wrote:

I have a Recordset named "MMQtr".
The table has 3 fields, "Field1", "Field2","Field3" on top of the ID field.
I am trying to use the Seek method to find the following recordset:
Field1 = "MM101"
Field2 = "9/30/2005"
Field3 = "15.55"

I then want to change Field3 from 15.55 to 16.55.
How can I do this?

Thanks.