MichaelGraham2
9 years agoQrew Assistant Captain
Find a field in last record of a table and show it on any record.
We have a system where the key field is not the record ID and also the data we have inherited is not sequencial. At the moment to create a new record they are guessing a number and if it is not used they can add it.
I want to start some sort of regular sequence from the last key field number that we have.
I know that the latest key field number is 500200 and the latest record id is 145789. I wanted to create a formula field that at least would show what the next number for the key field should be.
e.g Last RecordID + 354111 would give 500201 but I cant seem to get the Last RecordID.
I have tried a reverse relationship on the table and creating a Count of RecordID but I end up with a blank field.
What am I missing?
I want to start some sort of regular sequence from the last key field number that we have.
I know that the latest key field number is 500200 and the latest record id is 145789. I wanted to create a formula field that at least would show what the next number for the key field should be.
e.g Last RecordID + 354111 would give 500201 but I cant seem to get the Last RecordID.
I have tried a reverse relationship on the table and creating a Count of RecordID but I end up with a blank field.
What am I missing?