E
Ernst Guckel
Hello,
Maybe I am missing something but a control's 'Control Source' property is
the field name within a table or query where it gets its value and in turn
updates such value. Well if a table has a Primary Key of AccuralID &
TypeYear and a form has a combobox 'cYear' bound to 'TypeYear' then how do I
bind another control to the unique record of AccuralID & TypeYear?
Each year I track the number of sick,personal, and vacation time an
employee is allowed to use. So the tAccurals table should have a unique
record of 'Year, Type, Allowance, & fields for each date used.' For 2005
there should be 3 records for each employee (Sick, Vac, Personal) Just
cannot sort it out in order to put it on a form...
Any guidance would be great...
Thanks,
Ernst.
Maybe I am missing something but a control's 'Control Source' property is
the field name within a table or query where it gets its value and in turn
updates such value. Well if a table has a Primary Key of AccuralID &
TypeYear and a form has a combobox 'cYear' bound to 'TypeYear' then how do I
bind another control to the unique record of AccuralID & TypeYear?
Each year I track the number of sick,personal, and vacation time an
employee is allowed to use. So the tAccurals table should have a unique
record of 'Year, Type, Allowance, & fields for each date used.' For 2005
there should be 3 records for each employee (Sick, Vac, Personal) Just
cannot sort it out in order to put it on a form...
Any guidance would be great...
Thanks,
Ernst.