DJSSystems
Programmer
I have a costing model which my employer wants converting from Foxpro into Access (Version shipped with Office 2000).
The model has a serious of forms for collecting data about a particular warehouse ie. Pallets received per hour, unloading time per pallet, moving to storage time for a pallet etc. There are around 100 of these values split over
several screens but all stored in one table (tblWarehouse).
I then have a serious of forms to display the results of calculations performed on these stored values ie.
Pallets received per hour/Cases Per Pallet=Cases
Received Per Hour.
There are around 50 or so of these calculated values which i need to show on one form. I have tried using a query to do the calculations but I can only do 16 calculated values in the query it won't allow any more.
What i am asking is do i need to build 5 queries to calculate the results and then set the source properties to the 5 query fields (if so how do i do this) or do i need
to create a module to perform the calculations in. (if so how do i declare the results variables in order to access them on my results form).
I am new to access and i am only just grasping the basics so any help would be greatly appreciated.
Thanks
David David J Sides - DJS Systems UK
The model has a serious of forms for collecting data about a particular warehouse ie. Pallets received per hour, unloading time per pallet, moving to storage time for a pallet etc. There are around 100 of these values split over
several screens but all stored in one table (tblWarehouse).
I then have a serious of forms to display the results of calculations performed on these stored values ie.
Pallets received per hour/Cases Per Pallet=Cases
Received Per Hour.
There are around 50 or so of these calculated values which i need to show on one form. I have tried using a query to do the calculations but I can only do 16 calculated values in the query it won't allow any more.
What i am asking is do i need to build 5 queries to calculate the results and then set the source properties to the 5 query fields (if so how do i do this) or do i need
to create a module to perform the calculations in. (if so how do i declare the results variables in order to access them on my results form).
I am new to access and i am only just grasping the basics so any help would be greatly appreciated.
Thanks
David David J Sides - DJS Systems UK