Recent content by pctutoratwccc

  1. P

    Unable to move records, first, last,etc.

    Hi All, I surrender. Can somebody please point me in the right direction. Long story, short weekend and I don't know wich end is up. I discovered, with all of the Move*, the only field moving was the ID #. I thought I needed a Loop, but it doesn't make sense. How do you combine all...
  2. P

    Unable to move records, first, last,etc.

    I wrote that wrong. I don't know how or why I wrote what I did, but should have been all9 records. see attachment. Option Compare Database Dim remoteConnection As New ADODB.Connection Dim rsEmployees As New ADODB.Recordset Public Sub SetRecordset() Dim x As Integer Dim i As Integer Dim Nim...
  3. P

    Unable to move records, first, last,etc.

    The program is now attached. Glad I checked before leaving. Sorry, guess I'm more tired than I feel.
  4. P

    Unable to move records, first, last,etc.

    Hi Dave I hope it is Ok. I uploaded the program. I was up all night, but I was able to get it to work, well, sort of. It isn't consistent. I click move next and the record goes to 2 and I get "There was an error retrieving information from the database 3265. Item cannot be found in the...
  5. P

    Unable to move records, first, last,etc.

    Hi All, I guess I should have explained. I "volunteered" to help a student with Michael Vine's " . . VBA for Absolute Beginner". I am some what a neophyte. I have taken the school's both Access classes, but first time with VBA. A week ago: Well, the professor through us for a loop. My...
  6. P

    Unable to move records, first, last,etc.

    Hi, My first post here. I have a form filled with employees, Northwind that I've been working on with a student I tutor. The home work was due yesterday, but I am bound and determine to get it working. I can get the form populated. The last records loaded, stays where it at. I'll click...
Back
Top Bottom