vipersmind
it can't be!
- Local time
- Tomorrow, 07:40
- Joined
- Dec 26, 2002
- Messages
- 82
Hi
In my subform frmSampleDt I have a table with fields;
tblMainSamp
FaceID
Channel
SampleID
From
To
Lithology
MCode
MCodeVal
This subform is used for data entry and as such is in a datasheet view.
The user will enter many sampleid's (alpha numeric) which they increment by one each time.
UG123456
UG123457
UG123458
The UG part is an input mask and the numbers are all manually entered. I would like for the user to just click or move to the next sampleid field and have the previous one auto increment by one.
I have tried Dmax +1 but it doesn't like alpha fields.
Please Help
In my subform frmSampleDt I have a table with fields;
tblMainSamp
FaceID
Channel
SampleID
From
To
Lithology
MCode
MCodeVal
This subform is used for data entry and as such is in a datasheet view.
The user will enter many sampleid's (alpha numeric) which they increment by one each time.
UG123456
UG123457
UG123458
The UG part is an input mask and the numbers are all manually entered. I would like for the user to just click or move to the next sampleid field and have the previous one auto increment by one.
I have tried Dmax +1 but it doesn't like alpha fields.
Please Help