fitzgeraldwm
IS-IT--Management
I have a form (frmNewProject)that requests the entry of a starting and an ending date for a project. Within this form is a subform (subfrmBudgetInfo) that allows the user to enter budgetary information for the project by entering the data year by year. Each budgetary information line is stored on a table (tblBudget) that is keyed off by an auto-generated unique number tied to the project table (tblProject). When the user comes to the subform, the data table shows the standard new record entry line.
My question is this:
1. Can the form automatically generate the necessary "n" number of records in tblBudget, where "end date" - "start date" = "n" number of years; and
2. Will this show on the screen immediately for the user to enter/edit the information for each of the generated records?
ex. Project starts 01/01/2000, ends 12/31/2002. I would like the form to show automaticallysubfrmBudgetInfo with Year 1 and Year 2 record lines for editing.
Appreciate any thoughts on this query...
p.s. thanks to all the contributors, the responses have really helped!
wally
My question is this:
1. Can the form automatically generate the necessary "n" number of records in tblBudget, where "end date" - "start date" = "n" number of years; and
2. Will this show on the screen immediately for the user to enter/edit the information for each of the generated records?
ex. Project starts 01/01/2000, ends 12/31/2002. I would like the form to show automaticallysubfrmBudgetInfo with Year 1 and Year 2 record lines for editing.
Appreciate any thoughts on this query...
p.s. thanks to all the contributors, the responses have really helped!
wally