A
art2glass
Guest
I'm sure this is a relatively simple matter, but I'm stumped.
My primary key is called "Item #". It's a long integer, fixed format, validation rule of ">1001000 And <9913000", required "no", indexed "Yes (No Duplicates)". I want to be able to use a shortcut such as "ctrl + m" to add one to the previous Item #, so that I don't have to type the new number every time I add a record to the table. I don't want the primary key to be an AutoNumber because I want the option to use an entirely different Item # for the next item.
I tried to create a macro, but I was just stymied. I would greatly appreciate any help.
My primary key is called "Item #". It's a long integer, fixed format, validation rule of ">1001000 And <9913000", required "no", indexed "Yes (No Duplicates)". I want to be able to use a shortcut such as "ctrl + m" to add one to the previous Item #, so that I don't have to type the new number every time I add a record to the table. I don't want the primary key to be an AutoNumber because I want the option to use an entirely different Item # for the next item.
I tried to create a macro, but I was just stymied. I would greatly appreciate any help.