Hi all,
Please assist,
Im working on a Access 2007 to create a database for the training department
tblcourse: CourseId, Coursedescription, cost, hours
cboCoursename, txtCost, txtHours
I have used course description on a combobox instead of courseID as my CourseID is autonumber, and there is lots and lots of training on the list. So i want when user selects course name, then after selection, txtCost adn txtHour must be filled automatically with values corresponding to the course Description.
Please let me know if this is not clear enough, i tried
Please assist,
Im working on a Access 2007 to create a database for the training department
tblcourse: CourseId, Coursedescription, cost, hours
cboCoursename, txtCost, txtHours
I have used course description on a combobox instead of courseID as my CourseID is autonumber, and there is lots and lots of training on the list. So i want when user selects course name, then after selection, txtCost adn txtHour must be filled automatically with values corresponding to the course Description.
Please let me know if this is not clear enough, i tried