G
Guest
First, my apologies to this lengthy email, as it seems these news groups are
more focused on short-term problems and perhaps my email is inappropriate for
this newsgroup, but I’m going to try anyway
I think what I’m mainly
looking for is either validation I’m on the right track or recommendations on
how to improve.
I have created a relational database for the purpose of formulating our
military command’s budget requirements over a course of 7 years and also to
track execution of funds during the current operating year.
So my design consists of the main related table which holds the index field,
detailed requirement description, and the 7 separate fields for 7 years (1
current year +6 programming years).
Related tables include information for:
office/command responsible for the requirement
funding account information
mission function the requirement supports
requirement classification type (ie, travel, supplies, equipment, contracts)
and audit trail information for funding changes during the year of execution.
I have then created a BASEquery that merges all this information and I use
this BASEquery as a source for all my other subqueryies/reports/ and forms.
My endstate objective is to publish the DB for other users, so they can
enter their requirements, but I’m not there yet, because, well, I just don’t
know how to do it yet.
Problems: many, but my two biggest conceptual issues are as follows:
1) I exported data from the BASEquery into a spreadsheet in order to send
out files to each command to make changes to their requirements. (I know this
isn’t what should be done, but these people are non-access users and I
haven’t taught myself the whole frontend/backend concept yet --- getting
there though). I thought I could then take their changes and reimport the
spreadsheet files. This didn’t work out so easily because during the export,
the information in the lookup fields converted to text. So then when I tried
to append, I had to change the text fields back to their numerical code. Now
I’ve been advised I should use combo boxes and list boxes on my forms which I
haven’t done..I just use the lookup field from the baseQry, but will go back
and study this.
2) My next problem is figuring out the best way to consider tracking
requirement changes during the execution year. We can’t just go in and
change the figure, but must show the +/- change so the database needs to
support an audit tracking function. What I have set up is a form where the
analyst can go in and apply the decrements or increases through out the year
and then the database re-totals the individual requirement. This works fine
until the end of the year when I need to roll the end of year execution
totals over to be the next years start point. To get around this, what I did
was created a FY06Backup to the main table, cleared all the records from the
main table, then appended the main table with records from the backup using a
query that totaled the requirements. Can’t I just create these steps into a
macro to run every year?
Thanks
more focused on short-term problems and perhaps my email is inappropriate for
this newsgroup, but I’m going to try anyway
![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
looking for is either validation I’m on the right track or recommendations on
how to improve.
I have created a relational database for the purpose of formulating our
military command’s budget requirements over a course of 7 years and also to
track execution of funds during the current operating year.
So my design consists of the main related table which holds the index field,
detailed requirement description, and the 7 separate fields for 7 years (1
current year +6 programming years).
Related tables include information for:
office/command responsible for the requirement
funding account information
mission function the requirement supports
requirement classification type (ie, travel, supplies, equipment, contracts)
and audit trail information for funding changes during the year of execution.
I have then created a BASEquery that merges all this information and I use
this BASEquery as a source for all my other subqueryies/reports/ and forms.
My endstate objective is to publish the DB for other users, so they can
enter their requirements, but I’m not there yet, because, well, I just don’t
know how to do it yet.
Problems: many, but my two biggest conceptual issues are as follows:
1) I exported data from the BASEquery into a spreadsheet in order to send
out files to each command to make changes to their requirements. (I know this
isn’t what should be done, but these people are non-access users and I
haven’t taught myself the whole frontend/backend concept yet --- getting
there though). I thought I could then take their changes and reimport the
spreadsheet files. This didn’t work out so easily because during the export,
the information in the lookup fields converted to text. So then when I tried
to append, I had to change the text fields back to their numerical code. Now
I’ve been advised I should use combo boxes and list boxes on my forms which I
haven’t done..I just use the lookup field from the baseQry, but will go back
and study this.
2) My next problem is figuring out the best way to consider tracking
requirement changes during the execution year. We can’t just go in and
change the figure, but must show the +/- change so the database needs to
support an audit tracking function. What I have set up is a form where the
analyst can go in and apply the decrements or increases through out the year
and then the database re-totals the individual requirement. This works fine
until the end of the year when I need to roll the end of year execution
totals over to be the next years start point. To get around this, what I did
was created a FY06Backup to the main table, cleared all the records from the
main table, then appended the main table with records from the backup using a
query that totaled the requirements. Can’t I just create these steps into a
macro to run every year?
Thanks