Problem with Recordset

  • Thread starter jbkirby via AccessMonster.com
  • Start date
J

jbkirby via AccessMonster.com

Let say I have a query with the following result

FieldA FieldB FieldC
jerry 3 5
balce 2 6
kirby 4 6
fortes 3 7
john 4 7
gary 7 8
may 7 7
june 7 7
july 7 7

suppose i want to store the value of the 4th record under FieldA of this
query(='fortes') into a variable,
how can I do this? I tried using recordset but I' having problem with using
this one. I'm using Access2000.
 
J

jbkirby via AccessMonster.com

I mean the value of my variable will be equal to 'fortes' since I want the
fourth record/ FieldA of my query . Why update field?
Try to use and update filed or add query .
Let say I have a query with the following result
[quoted text clipped - 13 lines]
how can I do this? I tried using recordset but I' having problem with using
this one. I'm using Access2000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Recordset? 4
Windows 7 Problem with Facebook 9
Adding an autonumber field in a query? 4
Excel Help with dates 2
Populate a field in a query with the value of record 4
dlookup problem 5
VBA Programming 1
save calculated field 2

Top