Hi Guys!
I've created a database used for Researching in a Counselling Environment. Our clients are asked to fill out forms.
My question is: Is there a way so that Access automatically knows, by date, the order of which the form the client has filled out by numbering it.
For example:
As above, access would know that the 10/2/2012 is after 3/2/2012, and therefore put a 4 instead of a 3 next to it.
Anyway to achieve this?
Access 2007/2010, GMT dates.
I've created a database used for Researching in a Counselling Environment. Our clients are asked to fill out forms.
My question is: Is there a way so that Access automatically knows, by date, the order of which the form the client has filled out by numbering it.
For example:
Code:
ClientID Date Number
CL0003 20/01/2012 1
CL0003 27/01/2012 2
CL0012 27/01/2012 1
CL0003 10/02/2012 4
CL0003 03/02/2012 3
CL0012 03/02/2012 2
As above, access would know that the 10/2/2012 is after 3/2/2012, and therefore put a 4 instead of a 3 next to it.
Anyway to achieve this?
Access 2007/2010, GMT dates.