hope this is the correct posting.
I need something to count (two digits 00-99) per date and by per user.
So, if I enter a quote I need that quote for today to be 00 and the next one to be 01 up until 99.
BUT if another user enters quotes on the same day, the count should restart with 00 for the new user.
I need this in a query as well as in a form.
So far I was able to get help with:
field named txtCountUserDate = "01"
but it does not increment nor does it restart the count with a new user.
I need something to count (two digits 00-99) per date and by per user.
So, if I enter a quote I need that quote for today to be 00 and the next one to be 01 up until 99.
BUT if another user enters quotes on the same day, the count should restart with 00 for the new user.
I need this in a query as well as in a form.
So far I was able to get help with:
field named txtCountUserDate = "01"
but it does not increment nor does it restart the count with a new user.