Time & Billing Template Questions

  • Thread starter Thread starter Sean Dotson
  • Start date Start date
S

Sean Dotson

I have downloaded and customized the time and billing template from the MS
site however I've hit a wall.

When you change the name of the person in the pulldown at the top the
TimeCard SubForm does not update to show that user's entries. It keeps all
timecard entries in the table.

How would I got about filtering the entries of the subform to only those of
the active employee?

Thanks,
 
Sean:

You can use the Link Child Fields and Link Master Fields properties of the
subform. The Master property would be your pulldown, for example, cmbName.
The Child property would be the name of the field in the subform that has
the name, for example, [FullName].

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I have downloaded and customized the time and billing template from the MS
site however I've hit a wall.

When you change the name of the person in the pulldown at the top the
TimeCard SubForm does not update to show that user's entries. It keeps all
timecard entries in the table.

How would I got about filtering the entries of the subform to only those of
the active employee?

Thanks,
 
Back
Top