J
JOM
I have on my main form the following information on my form
Main Form: Source = tblEmployee
EmployeeID
Subform: Source = tblCourseTraining .........(Continous form)
CourseTrainingID (PK)
COurseID(FK)
EmployeeID(FK)
Completed (YES/NO)
DateCompleted(Date)
this is what I would like to do is when I open the form, is is there is no
course (ie the CourseID) selecected Completed and Date completed should stay
disabled.
If I select a course, then the Completed should be enabled
If I mark Completed to indicate that the course is completed, then the
DateCompleted should be be enabled so that one can enter a date.
How should I do this, your replies would greatly be appreaciated!
Main Form: Source = tblEmployee
EmployeeID
Subform: Source = tblCourseTraining .........(Continous form)
CourseTrainingID (PK)
COurseID(FK)
EmployeeID(FK)
Completed (YES/NO)
DateCompleted(Date)
this is what I would like to do is when I open the form, is is there is no
course (ie the CourseID) selecected Completed and Date completed should stay
disabled.
If I select a course, then the Completed should be enabled
If I mark Completed to indicate that the course is completed, then the
DateCompleted should be be enabled so that one can enter a date.
How should I do this, your replies would greatly be appreaciated!