J
Jorge
Hello
I have a form created that contains a code field that looks into another
table for the cost of a service. Whenever the user enters another CODE into
the form it looks at the
ServiceCode table for the ServiceCharge. The first one works - when a user
selects the ServiceCode field and chooses
the price gets pulled. But when they go to the Code1 field (it looks to the
ServiceCode table) and pulls the actual ServiceCode, not the ServiceCharge.
What am I doing wrong?
table:Employee
Emp#
EmpFname
EmpLname
EmpPhone
table: ServiceCode
ServiceCode
ServiceDesc
ServiceCharge
table: Receive
Receive#
RecFname
RecLname
RecPhone
ServiceCode
Code1
Code2
Code3
Code4
Code5
Emp#
Please help me...
I have a form created that contains a code field that looks into another
table for the cost of a service. Whenever the user enters another CODE into
the form it looks at the
ServiceCode table for the ServiceCharge. The first one works - when a user
selects the ServiceCode field and chooses
the price gets pulled. But when they go to the Code1 field (it looks to the
ServiceCode table) and pulls the actual ServiceCode, not the ServiceCharge.
What am I doing wrong?
table:Employee
Emp#
EmpFname
EmpLname
EmpPhone
table: ServiceCode
ServiceCode
ServiceDesc
ServiceCharge
table: Receive
Receive#
RecFname
RecLname
RecPhone
ServiceCode
Code1
Code2
Code3
Code4
Code5
Emp#
Please help me...