Hi all, i am struggling to make what i thought would be a simple DMax +1 auto entry on a form, what i have, put simply is:
1. a JobSheet table with a field called JobNumber (its a LongInt.. number field with no other settings) and cannot be autonumber'd as that is assigned to the PK to reference multiple other tables/queries etc (which seems to be working
)
2. a NewJobForm which needs to have a new JobNumber every time some-one starts to book a job in (incremented by 1), its extremely important that the number is generated before any other details are entered as the engineer will need this info for the paper copy of the job sheet prior to "booking in".
can some-one tell me or point me in the right direction to what the correct "expression builder" format should be and which place to put it in the form property sheet as i've tried many, many attempts with constant errors...
hope i've explained this well enough...
thankfully yours
Luke Aplandz
1. a JobSheet table with a field called JobNumber (its a LongInt.. number field with no other settings) and cannot be autonumber'd as that is assigned to the PK to reference multiple other tables/queries etc (which seems to be working

2. a NewJobForm which needs to have a new JobNumber every time some-one starts to book a job in (incremented by 1), its extremely important that the number is generated before any other details are entered as the engineer will need this info for the paper copy of the job sheet prior to "booking in".
can some-one tell me or point me in the right direction to what the correct "expression builder" format should be and which place to put it in the form property sheet as i've tried many, many attempts with constant errors...
hope i've explained this well enough...
thankfully yours
Luke Aplandz