J
joebeagle via AccessMonster.com
I have a table that contains an Id field (autoID), a start date field for a
service and another field that contains the number of weeks the service
should go.
I have another table in which contains an ID field (linked to the table above)
, a date field, and the amount billed for each week the service was
performed.
What I would like to do is find a way to prepopulated the date field in the
second table (for the first record) to start with the date field from the
first table. Then I would like it to prepopulate more date fields for the
number of weeks the service was authorized.
EG:
Service start date=3/1/2007 for 4 weeks.
First record in the second table should show 3/1/07 in the date field
second record should be 3/8/07
Third record should be 3/15/07
Fourth record should be 3/22/07
Is this possible?
service and another field that contains the number of weeks the service
should go.
I have another table in which contains an ID field (linked to the table above)
, a date field, and the amount billed for each week the service was
performed.
What I would like to do is find a way to prepopulated the date field in the
second table (for the first record) to start with the date field from the
first table. Then I would like it to prepopulate more date fields for the
number of weeks the service was authorized.
EG:
Service start date=3/1/2007 for 4 weeks.
First record in the second table should show 3/1/07 in the date field
second record should be 3/8/07
Third record should be 3/15/07
Fourth record should be 3/22/07
Is this possible?