Hello all,
I'm developing a simple db in Access 2002. It's main function is to track when I see clients, so I have a table of sessions which relates to a table of clients.
As I enter a new session on a form, I would like to track how many sessions a client has had.
Ideally, this would be calculated automatically: I select the client from a drop-down list, Access should work out which session number they're up to and enter it into a field called Session#
I guess this needs something to look up the client, find their highest session number in the sessions table, and add 1.
I assume DMax comes into this somehow, but please illuminate me!
Thanks,
notfound
I'm developing a simple db in Access 2002. It's main function is to track when I see clients, so I have a table of sessions which relates to a table of clients.
As I enter a new session on a form, I would like to track how many sessions a client has had.
Ideally, this would be calculated automatically: I select the client from a drop-down list, Access should work out which session number they're up to and enter it into a field called Session#
I guess this needs something to look up the client, find their highest session number in the sessions table, and add 1.
I assume DMax comes into this somehow, but please illuminate me!
Thanks,
notfound