AccessWorld
New member
- Local time
- Today, 06:05
- Joined
- Jun 23, 2020
- Messages
- 27
My report footer is not recognizing the values in a text box that I populate from a combobox using the [field].column(1) formula. I get a text result in the text box but I wish to sum, or count, by how many times a particular value comes up. The value is not stored in a field but displays in the report based on the combobox
=[acnumber].column(1) formula.
I refer to the populated column text box that shows the aircraft model type in my report detail section by attempting to add up each time a particular aircraft model string shows up.
So...aircraft number is the stored [acnumber] table field on the report. The aircraft model number (747-400) is determined by the column (1) function associated with aircraft tail number.
...example aircraft number is n123QZ (not real) combobox also has the aircraft model and ID. [ACNumber].Column(1) returns the correct 747-400 model/type.
I want to total each aircraft model that shows up in the detail section in the report footer. All formulas I have tried do not appear to be able to total a text box populated in this manner and not stored as a field.
Results hoped for:
Model Total
MD-11F 5
747-400 4
767-300 10
757 25
Perhaps there is a way to save a text bix populated in this way to a field for that same record? Then I might be able to easily calculate this info in the report footer?
Any ideas are most welcome?
Thanks
Stuck in MEM
=[acnumber].column(1) formula.
I refer to the populated column text box that shows the aircraft model type in my report detail section by attempting to add up each time a particular aircraft model string shows up.
So...aircraft number is the stored [acnumber] table field on the report. The aircraft model number (747-400) is determined by the column (1) function associated with aircraft tail number.
...example aircraft number is n123QZ (not real) combobox also has the aircraft model and ID. [ACNumber].Column(1) returns the correct 747-400 model/type.
I want to total each aircraft model that shows up in the detail section in the report footer. All formulas I have tried do not appear to be able to total a text box populated in this manner and not stored as a field.
Results hoped for:
Model Total
MD-11F 5
747-400 4
767-300 10
757 25
Perhaps there is a way to save a text bix populated in this way to a field for that same record? Then I might be able to easily calculate this info in the report footer?
Any ideas are most welcome?
Thanks
Stuck in MEM