DakotaRidge
Member
- Local time
- Today, 00:51
- Joined
- Jul 21, 2025
- Messages
- 122
Pete, my forms are a mix of data, calculated values, graphics (maps), and speech. The aggregated values in the main forms use data in the subforms,I make one form and load the images dynamically.
Something like this where you can show multiple ship floor plans and "geo locate" tasks to complete.
Solved - User made command button that can be moved with mouse?
haha! We got plenty of liferafts! Thanks MajP, is working good. Attached is idea of the jobs pane. I think when a new dot is moved to the plan/deck then it would ideally open up a new record/job for this new dot that has been added, this would highlight as a new job in the jobs detail pane...www.access-programmers.co.uk
There are boxes that use conditional formatting. For example, if a person's A1C test result is over 7 a box turns red. If the A1C is low then the box will also turn red. And if the A1C is near the low or high end of the normal range for his/her age and race, the box will turn yellow.
The idea is to encourage the person to pay more attention to hos/her test results when they are out of range or near the top or bottom.
Also, if medical test results change over time, boxes will change color. That tells the person that their meds are working or not. If they are not working, the person may use one of the actions suggested by the database. Suggestions come from the medical literature, and the person can edit them.
Other boxes count the number of checkboxes on a subform that are true and the number that are false.
To keep from having to use numerous If-Then statements, I use multiple forms because the measures are different. Take utilities, for example, water is sold where I live in gallons, electricity is sold by the kilowatt hour, and gas is sold in another unit. I could use If-Then to display units on each Utilities form/report, but I prefer using different forms and reports. That way the aggregated information is contextual, the way people think about their expenses.
So each form also shows the cost of water, gas, and electricity each month. Some forms show the amount of a utility used by the month, for the quarter, and for the year. These are simple calculations done on the form. Other expenses like dairy deliveries, groceries, and gas and oil are tracked the same way.
This is why I think I need so many forms. It is not just a matter of showing different graphics. It is also about showing the current analytics at the same time.