I have an Equipment Entry continuous subform. The Equipment Entry subform lists all the equipment in a particular room. Within the Equipment Entry subform there is a field called EquipmentType and a button called Maintenance.
If "projector" is entered into the EquipmentType field, I would like the Maintenance button to appear beside that record, but not beside any of the other records.
I have tried using the Visible property for the button and the OnCurrent event for the form, but this shows the button on all the records if the record containing "projector" is selected.
Is there a way for the button to only be visible on the record containing "projector" and none of the others?
Help!!
If "projector" is entered into the EquipmentType field, I would like the Maintenance button to appear beside that record, but not beside any of the other records.
I have tried using the Visible property for the button and the OnCurrent event for the form, but this shows the button on all the records if the record containing "projector" is selected.
Is there a way for the button to only be visible on the record containing "projector" and none of the others?
Help!!