Hi,
I’ve been thinking on a new form that I’ll need to make soon and what I’d like to have on it, is a message that tells the user the next available tracking # they can assign to a new record.
Something like, ‘the next available tracking # is 10’
For this message to appear in a control I need to be able to ‘scan’ all the records in a table and then add 1 to it and then reference this number in my message.
How would I get the record count from a table using vba?
Thanks!
I’ve been thinking on a new form that I’ll need to make soon and what I’d like to have on it, is a message that tells the user the next available tracking # they can assign to a new record.
Something like, ‘the next available tracking # is 10’
For this message to appear in a control I need to be able to ‘scan’ all the records in a table and then add 1 to it and then reference this number in my message.
How would I get the record count from a table using vba?
Thanks!