saleemMSMS
Registered User.
- Local time
 - Today, 12:28
 
- Joined
 - Aug 12, 2009
 
- Messages
 - 92
 
i have 2 tables
training program and session
Training Program
============
program ID
description
duratuion
#ofSessions
Sessions
============
programID
SessionID
sessionDate
#Participants
here, in the training program table, the program ID is an AutoNumber Column.
in the session table, programID and sressionID are composite primary keys.
the sessionID starts from 1 and increments for a given program ID
for eg :
		
		
	
	
		
	
at the moment, the session ID is entered manually, my question is, isnt there a way that the session ID can be entered automatically ?
 training program and session
Training Program
============
program ID
description
duratuion
#ofSessions
Sessions
============
programID
SessionID
sessionDate
#Participants
here, in the training program table, the program ID is an AutoNumber Column.
in the session table, programID and sressionID are composite primary keys.
the sessionID starts from 1 and increments for a given program ID
for eg :
	at the moment, the session ID is entered manually, my question is, isnt there a way that the session ID can be entered automatically ?
			
				Last edited: