Grrrrrumpy
Programmer
I'm a programmer, but have no knowledge of Access/VBA
I have a database "Members" (Access 2000). I want to sort by it by Lastname, Firstname & Suffix (Jr, Sr). I then want to go to the first record, place the value 1 in the field
MemNum, then move to the next record, increment the value
of that MemNum to 2, move to the next record, and do the same until the end of file.
I have a query created to open the database by Lastname,
Firstname and then Suffix. I assume I should be placing
the code in a module. I assume I should be accessing the
database via the query. Coding is not complicated but I'm
having trouble with Access 2000 syntax. Especially the
Dim statements. Can anyone help?
Thanks
Joe
Grrrrrumpy@tds.net
I have a database "Members" (Access 2000). I want to sort by it by Lastname, Firstname & Suffix (Jr, Sr). I then want to go to the first record, place the value 1 in the field
MemNum, then move to the next record, increment the value
of that MemNum to 2, move to the next record, and do the same until the end of file.
I have a query created to open the database by Lastname,
Firstname and then Suffix. I assume I should be placing
the code in a module. I assume I should be accessing the
database via the query. Coding is not complicated but I'm
having trouble with Access 2000 syntax. Especially the
Dim statements. Can anyone help?
Thanks
Joe
Grrrrrumpy@tds.net