J
Jan Il
Hi all - Access 2000 - Windows ME
We have recently began using a new accounting program, which is very
burdensome if and when it is up and running. There is now a myriad of
'chains of authorization' that a simple purchase requisition must now go
through before it can even get to purchasing. Our department head is the
only person in our department with authorization to review any of the
accounting information, and they are rarely in the office for any length of
time. Therefore, once the purchase requisition is sent electronically into
the abyss of the network, we have no idea where it is, or what the status of
it is at any given time. Thus, I am trying to set up a simple Access db to
track the PR's at the time they are created by our staff.
The fields for the table thus far are
tblPRTracking
PRID - Autonumber
PRNo - Data type number (Standard) - PK
PRDate - Date/Time data type
Vendor - Text data type
PRType - Text data type (for Open or Work Order)
CostCtr - Number data type (Standard)
WONo - Number data type (Work order requiring PR)
Additional tables are:
tblAccountID
AcctID - Autonumber
AcctNo - Number data type - PK
tblDept
DeptID - Autonumber
Dept - Text data type - PK
tblPOrder
POID - Autonumber
PONo - Text data type - PK (data type, as there are alpha and numerical
combinations in the PO numbers)
Now, here is where I am a bit confused on this. Due to the new system, we
will have to create Standing PR's and Work Orders for parts acquisition from
our Stores dept. for the various areas of equipment in our dept. crossing
gates, signals, switches, etc. for both Track and Wayside Departments that
will be kept 'open' over the current FY. For purchases from outside Vendors
that we use on an on-going basis, we will have to create Standing (Open)
PR's for the FY as well. Then, Purchasing will open a Standing Purchase
Order for the FY. This will, hopefully, mean that when new work order is
submitted referring to the PO number and a cost center, it will mean that
hundreds, or even thousands, or PR's will not have to be created and
submitted. As the new program incorporates three agencies, this would
totally swamp the system, and accountings ability to function properly.
So, ultimately there can;
1) Multiple Work Orders created against Standing PR's.
2) Multiple PO's created for a PR (to speed up authorization)
3) Multiple PR's created against Standing PO's
I just want to know if I have my tables set up properly. I would truly
appreciate any suggestions regarding the setup of the tables, and any
changes or additions that might be needed that I have not thought of or that
may not be necessary. I have reviewed the Help files, and done some
experimenting with various setups, but, as I have never dealt with this type
of process before, I'm not sure, and want to start out right. This db will
most likely be requested for use in other departments, as they are on the
same leaky raft we are, so I want to make sure that it will work properly
for all depts.
Sorry this is so long, but, I wanted to cover as much information as
possible to, hopefully, make it easier to understand what I need, and am
trying, to do.
Best regards,
Jan
--
We have recently began using a new accounting program, which is very
burdensome if and when it is up and running. There is now a myriad of
'chains of authorization' that a simple purchase requisition must now go
through before it can even get to purchasing. Our department head is the
only person in our department with authorization to review any of the
accounting information, and they are rarely in the office for any length of
time. Therefore, once the purchase requisition is sent electronically into
the abyss of the network, we have no idea where it is, or what the status of
it is at any given time. Thus, I am trying to set up a simple Access db to
track the PR's at the time they are created by our staff.
The fields for the table thus far are
tblPRTracking
PRID - Autonumber
PRNo - Data type number (Standard) - PK
PRDate - Date/Time data type
Vendor - Text data type
PRType - Text data type (for Open or Work Order)
CostCtr - Number data type (Standard)
WONo - Number data type (Work order requiring PR)
Additional tables are:
tblAccountID
AcctID - Autonumber
AcctNo - Number data type - PK
tblDept
DeptID - Autonumber
Dept - Text data type - PK
tblPOrder
POID - Autonumber
PONo - Text data type - PK (data type, as there are alpha and numerical
combinations in the PO numbers)
Now, here is where I am a bit confused on this. Due to the new system, we
will have to create Standing PR's and Work Orders for parts acquisition from
our Stores dept. for the various areas of equipment in our dept. crossing
gates, signals, switches, etc. for both Track and Wayside Departments that
will be kept 'open' over the current FY. For purchases from outside Vendors
that we use on an on-going basis, we will have to create Standing (Open)
PR's for the FY as well. Then, Purchasing will open a Standing Purchase
Order for the FY. This will, hopefully, mean that when new work order is
submitted referring to the PO number and a cost center, it will mean that
hundreds, or even thousands, or PR's will not have to be created and
submitted. As the new program incorporates three agencies, this would
totally swamp the system, and accountings ability to function properly.
So, ultimately there can;
1) Multiple Work Orders created against Standing PR's.
2) Multiple PO's created for a PR (to speed up authorization)
3) Multiple PR's created against Standing PO's
I just want to know if I have my tables set up properly. I would truly
appreciate any suggestions regarding the setup of the tables, and any
changes or additions that might be needed that I have not thought of or that
may not be necessary. I have reviewed the Help files, and done some
experimenting with various setups, but, as I have never dealt with this type
of process before, I'm not sure, and want to start out right. This db will
most likely be requested for use in other departments, as they are on the
same leaky raft we are, so I want to make sure that it will work properly
for all depts.
Sorry this is so long, but, I wanted to cover as much information as
possible to, hopefully, make it easier to understand what I need, and am
trying, to do.
Best regards,
Jan
--