I am trying to create a field (either in my original table or in a query) that automatically fills in the visit number for each individual, so when an individual makes a subsequent visit, the visit# will automatically fill in.
ie:
IND VISIT#
a 1
a 2
a 3
b 1
b 2
c 1
...if INDIVIDUAL "a" makes another visit, VISIT# will be 4.
IND VISIT#
a 1
a 2
a 3
a 4
b 1
b 2
c 1
Thanks!
ie:
IND VISIT#
a 1
a 2
a 3
b 1
b 2
c 1
...if INDIVIDUAL "a" makes another visit, VISIT# will be 4.
IND VISIT#
a 1
a 2
a 3
a 4
b 1
b 2
c 1
Thanks!