Dynamic Forms with static Elements? How exactly do I make a form that has dynamic items (populated by fields in a list format) and Static items that are in line with those dynamic items but dont duplicate down the page? Basically I have a timecard system
setup through Access 2007 with a table for each employee (Employee's Table) the Time Entry table (linked to the Employees Table) a query that prompts for Name and Weekending Date and another query that just prompts for name (tied to Time Punch Form), a Form
for punching in, lunch out, lunch in, and punch out.
Basically I have a timecard from our contract employers. The company I work for wants us to keep every time punch and time card we send to them for the accounting purposes (I don't know why). Right now we're using an Adobe PDF form that we fill out and then
save (this takes up lots of space as there 30+ contractors from the same place and they are weekly timecards). Using a Database seems like the more logical item. I set up a report that promts for Name and Weekending date and it pulls the associates name, last
4 of SSN, the 7 days in the weekending timeframe and then it totals the hours worked and splits it into regular, Overtime, and Double time hours (set up in the time punch form).
I was told by the contractor agency that the form still needs to look like their time card so the report looks like it. the problem I'm having is that the report pulls the 7 days (in the details section of the Report Design View) which are a dynamic item
since they are linked to fields which how acces works it just duplicates the Details view for the number of records being shown. In line with this dynamic section of the report is the section on the time card that is for Associate Signature and Manager's signature
to sign off on the time worked. This section keeps duplicating since it to is in the details section. How can I add this (static item) in line with the dynamic part so that it doesn't duplicate every time a new record is placed on the report. The timecard
never shows more than 7 records so the length never changes.