bogglebeats
Registered User.
- Local time
- Today, 23:21
- Joined
- Dec 19, 2002
- Messages
- 53
I am trying to validate a field located on one of my subforms using the Beforeupdate property with Visual Basic. The field is called session number and it represents the current session number of each client. Because the field is based on a couple of important queries, i need to validate it as such that duplicate session numbers cannot be entered. Ideally, i would like each session number to be automatically assigned to each client session. I don't think autonumber would work because it would keep going on a linear basis for all clients, when i need it to go on a linear basis for EACH client. I would need the session number to start at 1 and increase each time a new session is added. I could toy with the beforeupdate property and validate based on what each counselor would enter for the counseling session, but i would rather have the session number assigned to each session as information is entered. What do you suggest i do? thanks.
ameen
ameen