How do I use DLookUp to find the next number?
ie.
tbl_PSC
contractno | addendumno
test00 | 00
test00 | 01
I have a form "frm_PSCupdate"
I have a combobox where user can select the contract they want to update.
if they choose "test00" from cboContNo
i want 'txtAddedumNo' to automatically update to
"02". How can i find that next available number?
ie.
tbl_PSC
contractno | addendumno
test00 | 00
test00 | 01
I have a form "frm_PSCupdate"
I have a combobox where user can select the contract they want to update.
if they choose "test00" from cboContNo
i want 'txtAddedumNo' to automatically update to
"02". How can i find that next available number?