elliot315
Mr. Question
- Local time
- Today, 12:49
- Joined
- Jun 3, 2007
- Messages
- 98
I have a text (amount) in a subform that must be updated in two ways
it checks for the type of service (this text is in the same subform) and the position of the employee (this text is in the form)
Example
if the service is A it doesn't matter the position the amount will be $65, but if the service is B and the position of the Employee is President the amount is $80, everyone else the amount will be $65
how do I code this situation?
Form name is frmInformacionPersonal
subForm name is sbfrmServicio
Position text name is Cargo (in the form)
Service text name is Servicio (in the subForm)
I did the one for Service A
but for Service B no... any help?
it checks for the type of service (this text is in the same subform) and the position of the employee (this text is in the form)
Example
if the service is A it doesn't matter the position the amount will be $65, but if the service is B and the position of the Employee is President the amount is $80, everyone else the amount will be $65
how do I code this situation?
Form name is frmInformacionPersonal
subForm name is sbfrmServicio
Position text name is Cargo (in the form)
Service text name is Servicio (in the subForm)
I did the one for Service A
but for Service B no... any help?