Hi Again,
The database I’m working on presently has preset rates for the work done. The rates presently are stored in code that is executed when Jobdescription is updated. For example, if the jobdescription = sewing then LaborRate automatically fills with the associated rate. This works fine. The problem is that every time the user changes rates or adds a new catagory to the JobDescription either the code needs to be changed or they have to type in the associated rate. I’d like to be able to have LaborRate fill by looking back to tblJobDescription (which contains the JobDescription in column 1 and the rate in column 2). This way the user can make changes to tblJobDescription without having to worry about making changes to code. Is this even possible?
Thanks,
Leesha