R
Rick B.
I have a value in my table called Req_No. To get the next request number
I use =Max([Req_No] +1). How can I eliminate the Req_No from showing on
the form and have the max request show instead?
I don't want to have to type in the request each time. Is this a
BeforeUpdate? I also need the Req_No to grow as new requests are entered.
Thanks
I use =Max([Req_No] +1). How can I eliminate the Req_No from showing on
the form and have the max request show instead?
I don't want to have to type in the request each time. Is this a
BeforeUpdate? I also need the Req_No to grow as new requests are entered.
Thanks