Search results

  1. W

    Simple database...need help

    Jason, I tried your suggestion and it didn't work. In regards to learning VB I was looking for something along the lines of a book that I can use a reference/learning tool almost like a text book. Thanks for your help though it is much appreciated.
  2. W

    Simple database...need help

    Do While Not rst.EOF rst.Edit (this line here was highlighted) rst![Index Number] = Index(rst.AbsolutePosition) rst.Update rst.MoveNext Loop
  3. W

    Simple database...need help

    Compiler error.. Method or data member not found is the error message I received. By the way where did you learn VB? Since taking a course on Access, I've wanted to learn VB because I believe it would make my Access usage that more efficient. Thank you for your help
  4. W

    Simple database...need help

    I have a dilema. I'm working on a simple database for work that tracks the following Info: Index Number (combination of letters and numbers) Name Organization Date Issued Is it suspended (yes/no format) Date suspended Every year this table needs to be re-accomplished by taking those records...
  5. W

    Newbie here with questions

    Hey Folks, I just found this forum and because I'm trying to work on a database for my work and I'm only somewhat familiar with Access. The purpose of this database is to track "index numbers" and who they are assigned to within my organization. These numbers are good for one year. At the end...
Back
Top Bottom