F
Faz
I have a TABLE called "cleaning packages" with 4 columns
column1= PID, primary key
column2= Packages, list of many cleaning packages offered by a company
column3= Cars, cost of corresponding cleaning package for cars in $
column4= Vans/SUV, cost of corresponding cleaning package for Vans/SUV in $
I also have a FORM call "work order"
On the WORK ORDER form I have a combo box called JOB1 where I can select one
of the various cleaning packages from column2 of the table above and another
input field beside it called COST1.
On the form, when I select one of the "cleaning package" from the table, I
would like the COST1 field to show the Cost for cars as the DEFAULT value.
Can you please help me.
Thanks
Faz
column1= PID, primary key
column2= Packages, list of many cleaning packages offered by a company
column3= Cars, cost of corresponding cleaning package for cars in $
column4= Vans/SUV, cost of corresponding cleaning package for Vans/SUV in $
I also have a FORM call "work order"
On the WORK ORDER form I have a combo box called JOB1 where I can select one
of the various cleaning packages from column2 of the table above and another
input field beside it called COST1.
On the form, when I select one of the "cleaning package" from the table, I
would like the COST1 field to show the Cost for cars as the DEFAULT value.
Can you please help me.
Thanks
Faz