View Single Post
  #3  
Old April 19th, 2010, 03:03 PM posted to microsoft.public.access.forms
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Making a Time book Form

On Sun, 18 Apr 2010 12:33:01 -0700, KWhamill
wrote:

That sounds a lot like the results of a Crosstab query until you
mentioned you need to edit the data. Perhaps you can intercept the
double-click, open a small window for editing, and requery the main
form.

Another possibility is to use a "Temp" table with EmployeeID and 14
date fields. After the payperiod is entered, the temp table is filled
with an Append query, the form binds to this table and editing is
built-in. Upon Save you copy the data back to the "real" tables.

-Tom.
Microsoft Access MVP


I'm creating a time book in access to record Shift work and time off and such
things. so far everything seems Ok but the Form. i need the Form to lay out
as a Biweekly calender, dates across the top employees down the left side.
The User puts in a Payperiod Number and the rest of the Form populates on
Refresh and the user can make adjustments. I can't seem to find away to make
it work. Does any one have any suggestions?