I have a report where I am trying to get the minimum value from a calculated textbox named "TMetalic" which calculates the total of each component.
The main group named 'Caliber" shows different Calibers
The next group named "Component" lists three different components with detail items and quantities. In the Component Footer is where "TMetalic" sets, totaling the quantity of each component.
I want to place a textbox named "CanBuild" next to the group named "Caliber" to show a minimum value I can build based on the lowest total of all three components.
Example:
Caliber = 9mm
Components and Totals:
Brass = 2,000
Primer = 1,000
Projectile = 2,000
The minimum value is 1,000 Primers
Next to Caliber: 9mm is a textbox "CanBuild" showing "1,000" as the number of cartridges I can reload.
Any ideas, I have reading and trying sense yesterday.
The main group named 'Caliber" shows different Calibers
The next group named "Component" lists three different components with detail items and quantities. In the Component Footer is where "TMetalic" sets, totaling the quantity of each component.
I want to place a textbox named "CanBuild" next to the group named "Caliber" to show a minimum value I can build based on the lowest total of all three components.
Example:
Caliber = 9mm
Components and Totals:
Brass = 2,000
Primer = 1,000
Projectile = 2,000
The minimum value is 1,000 Primers
Next to Caliber: 9mm is a textbox "CanBuild" showing "1,000" as the number of cartridges I can reload.
Any ideas, I have reading and trying sense yesterday.
Comment