Autopopulate textboxes based on Combobox selected item

Joined
Feb 14, 2012
Messages
1
Reaction score
0
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
 
Back
Top