C
Carrie
Hi Again, I'm going out on a limb here to see if anyone can help me with a
design problem as I am pulling my hair out! I have a db with:
Tbl_MAIN (well info)
Subtbl_SCVF_MAIN (an issue at the well)
Subtbl_SCVF_Test (an annual govt reqt)
These are also in a form with subforms. The SCVF_Test is a subtable of
SCVF_MAIN. I was originally told that with the annual test reqt the user
would in January want to merge all records that were "open" (Status field in
SCVF_MAIN) into a Word doc. which then gets sent to staff, they do the annual
tests and send in the completed forms. The User would then add this data
into the db, creating a new SCVF_Test record. I planned to write a query to
export off of everything with a status of Open.
I have now been told that while this will happen in Jan, the User will also
periodically throughout the year, re-run everything that still requires a
test. I can't figure out how to do this because the SCVF_MAIN record will
still be open in most cases even if they have completed the test and the
SCVF_Test record won't have been created yet.
The User currently records all this in an Excel spreadsheet with columns for
each year (2005, 2006, 2007) and puts an X in the column once the test is
done. She then filters for merging based on everything that doesn't have an
X. I know that I should not duplicate this format in the database.
I'm wondering if there is some way to make the db create a new test record
for each year although that will create a number of empty records because the
SCVF_Main Record could get closed at any time before the test is done.
Does anyone see a way of dealing with this that I am not noticing?
design problem as I am pulling my hair out! I have a db with:
Tbl_MAIN (well info)
Subtbl_SCVF_MAIN (an issue at the well)
Subtbl_SCVF_Test (an annual govt reqt)
These are also in a form with subforms. The SCVF_Test is a subtable of
SCVF_MAIN. I was originally told that with the annual test reqt the user
would in January want to merge all records that were "open" (Status field in
SCVF_MAIN) into a Word doc. which then gets sent to staff, they do the annual
tests and send in the completed forms. The User would then add this data
into the db, creating a new SCVF_Test record. I planned to write a query to
export off of everything with a status of Open.
I have now been told that while this will happen in Jan, the User will also
periodically throughout the year, re-run everything that still requires a
test. I can't figure out how to do this because the SCVF_MAIN record will
still be open in most cases even if they have completed the test and the
SCVF_Test record won't have been created yet.
The User currently records all this in an Excel spreadsheet with columns for
each year (2005, 2006, 2007) and puts an X in the column once the test is
done. She then filters for merging based on everything that doesn't have an
X. I know that I should not duplicate this format in the database.
I'm wondering if there is some way to make the db create a new test record
for each year although that will create a number of empty records because the
SCVF_Main Record could get closed at any time before the test is done.
Does anyone see a way of dealing with this that I am not noticing?