Hi People!
I have a simple form where I have to enter the date, a part number, a description and an "Asset #"
The "Asset#" field be the next number in sequence ie...
7607, 7608, 7609 etc for each new record should have the next number in sequence.
There are currently 3400 records in this data base.
I am using windows 98 with access 97
I have tried a suggestion by HNA:
Me.Asset # = DMax("[Asset #]", "SERIAL NUMBER LOG" + 1
The problem lies when I click on any of the previous "Asset #" fields in the records, they are revised with the next higher number and the previously assigned number is wiped out. This will not work...
I tried to use the help formulas, but it seem like GREEK to me.
Please help!
csegal@arrowair.com
I have a simple form where I have to enter the date, a part number, a description and an "Asset #"
The "Asset#" field be the next number in sequence ie...
7607, 7608, 7609 etc for each new record should have the next number in sequence.
There are currently 3400 records in this data base.
I am using windows 98 with access 97
I have tried a suggestion by HNA:
Me.Asset # = DMax("[Asset #]", "SERIAL NUMBER LOG" + 1
The problem lies when I click on any of the previous "Asset #" fields in the records, they are revised with the next higher number and the previously assigned number is wiped out. This will not work...
I tried to use the help formulas, but it seem like GREEK to me.
Please help!
csegal@arrowair.com