Hi Guys,
Have read somewhere that the statement below will help to increment a numeric field by 1 without using Autonumber.
[Invoice Number] = Nz(Dmax("Invoice Number", "Invoice Transaction Header")) + 1
This was to be applied Before Update under the event of Invoice Number.
Would appreciate it if someone can help to offer a solution.
Thank you and Best regards
PBL
Have read somewhere that the statement below will help to increment a numeric field by 1 without using Autonumber.
[Invoice Number] = Nz(Dmax("Invoice Number", "Invoice Transaction Header")) + 1
This was to be applied Before Update under the event of Invoice Number.
Would appreciate it if someone can help to offer a solution.
Thank you and Best regards
PBL