M
Michelle
I have a database that contains a subform. The employee information is the
main form and the employee training information is the subform. Whenever an
employee reaches 100% of their training, I would like their name to be added
as a "trainer" to a combo box in the subform.
On the subform there are 4 squares an employee must achieve before they can
be 100% (or qualified to be a trainer). I have a text box named "Flexiblity
%" and it's a percentage based on the number of squares marked, once the
squares reach 100% I would like the employee name added to the "trainer combo
box" automatically. I have a text box on the subform linking the employee
name (but it's not visible). It's called "=Forms![Michelle Employee Main
Form]!Employee"
I've been reading about recordsets and SELECT statements but queries have
always been confusing to me.
Any help would be appreciated.
main form and the employee training information is the subform. Whenever an
employee reaches 100% of their training, I would like their name to be added
as a "trainer" to a combo box in the subform.
On the subform there are 4 squares an employee must achieve before they can
be 100% (or qualified to be a trainer). I have a text box named "Flexiblity
%" and it's a percentage based on the number of squares marked, once the
squares reach 100% I would like the employee name added to the "trainer combo
box" automatically. I have a text box on the subform linking the employee
name (but it's not visible). It's called "=Forms![Michelle Employee Main
Form]!Employee"
I've been reading about recordsets and SELECT statements but queries have
always been confusing to me.
Any help would be appreciated.