Re: Ok...that's not what's not working...


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ] [ Home ]

Subject: Re: Ok...that's not what's not working...
Name: Chris
Date: 8/9/2001 8:01:34 PM (GMT-7)
IP Address: 129.100.88.174
In Reply to: Re: Ok...that's not what's not working... posted by Sledge
Message:

Dunno...I worked around it with this:

recordset.movefirst
for count = 1 to x
recordset.movenext
next x

That way it just goes to the beginning, and counts to record x, rather than going there directly. Wouldn't want to do it with a huge database, but I can't see this one ever having more than 50-75 records.

I'll try it without the parentheses when I'm working on it some more next week, and let you know what happens.


[ View FollowUps | Post Followup | E-Mail Sender | Main ]


[No follow-ups for this posting]

Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:
Upload some images for this post


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ]