View Single Post
  #2  
Old January 26th, 2005, 05:39 AM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

You could use a continuous subform on a main form. Add a text box on the
main form for the date. Then set the link master child properties of the
subform control to the text box and the date field in the subform. Each new
record in the subform will default to the date from the text box on the main
form.

--
Duane Hookom
MS Access MVP


"mchicke" wrote in message
...
I am having trouble(i'm a newbie) finding a way to generate a form to enter
data for a group of active employees by date. The only way I can see to
do
it now is to scroll individually through eash employee's record, and
update
that way. I would like to enter a date, and add records for that date for
all employees in the same form. Any help would be greatly appreciated.