-
WSEnsemble
AskWoody LoungerMarch 28, 2014 at 8:03 am in reply to: Looking for a formula for max price given an average price #1446730Let’s define the constants:
Total Volume = 500
Max Gross = 100
Let’s Define the Known Variables:
Avarage price
Volume SoldYour Formula would then be:
(Max Gross-(Vol Sold x Avarage Price))/(Total Volume – Volume Sold)
or: (100-(Vol Sold x Avarage Price))/(500 – Volume Sold)
-
WSEnsemble
AskWoody LoungerMarch 28, 2014 at 6:36 am in reply to: Can single Access front end connect to two SharePoint back ends? #1446723Thank you for pointing me in a direction, I will investigate further.
-
WSEnsemble
AskWoody LoungerRun a first query to Determine the totals:
SELECT Table1.Hora, Sum(Table1.Volume) AS SumOfVolume, Table1.Unidad
FROM Table1
GROUP BY Table1.Hora, Table1.Unidad;Then run a second query on the first query to return the max:
SELECT Max(Query1.SumOfVolume) AS MaxOfSumOfVolume, Query1.Unidad
FROM Query1
GROUP BY Query1.Unidad; -
WSEnsemble
AskWoody LoungerWhere/what does it link to? what happens if you follow the link?
Does it occur in random cells or only in a certain range?
-
WSEnsemble
AskWoody LoungerThe fields updating from does not all reside on the subform, though some do. I fixxed the code by adding Parent. in front of all field references.
Duh – Icecream to my forehead!
-
WSEnsemble
AskWoody LoungerDecember 20, 2013 at 6:02 am in reply to: Redeveloping and streamlining database developed by ignoramus #1430349Well the decision was basically made for me; I have to make do with what is currently available to me; so in my opinion the best option is SharePoint back end with Access front end. Due to the licensing cost, I have to make do with SharePoint Foundation so I have to manually create the SharePoint lists (which I suppose is not really that big an issue).
So with the baseline set, I will be starting to ask more specific questions on separate threads
-
WSEnsemble
AskWoody LoungerDecember 17, 2013 at 4:17 am in reply to: Redeveloping and streamlining database developed by ignoramus #1429500Thank you for your input, in my opinion the best compromise between cost, scalability and ease of access would be an independent domain with a MySQL back end and PHP front end. Thus it would even be viable to have the claims compiled authorised and approved online, but this is not in line with the company IT policies. Unfortunately what is in line with policies costs money and getting that approved is a nightmare. To have all employees compile their claims online we are looking at around 25 000 licenses…..
-
WSEnsemble
AskWoody LoungerThank you, it is possibly the best way for me to go. The main reason I want to go with help files is to provide the users with graphical step by step instructions.
I sometimes feel that Users=1D10t5! For example there is one cell asking a yes/no question. the answer cell has a comment “Please select Yes or No.” It has a drop down selection of blank, Yes and No. If anything else is entered a error message pops up stating “Please select ‘Yes’ or ‘No'” with a “Rety” button. Then I get a phone call “Your form will not allow me to fill in this field”. When I ask what she want to enter there I get “X”
In the past I have tried data validation, Cell comments, displaying warnings by using a combination of conditional formatting and if statements. to no avail, the project is a claim form that must be completed, printed and signed. At the top is a messega in bold red that states “If any field remeans YELLOW, the claim will not be approved.”
If the form is not fully completed, the signiture and Authorisation blocks is blacked out with a message in yellow stating ” Some required details missing from form, please complete any fields stil yellow in” and then the first section of the form that is not correctly completed. I still receive forms printed with the error messege and the calimant and authoriser just signed elsewere on the form.
At this stage I am seriously contemplating disabling printing untill the form is correctly completed. (I am willing to bet that somebody would make a screen dump and print that).
-
WSEnsemble
AskWoody LoungerI found this, it does not use ActiveX at all and fits in with what I need, my only problem is that using it as is, the funcionality is available in the whole sheet, I want it restricted to the range A15:E34.
-
WSEnsemble
AskWoody LoungerThank You, I still need to find a way to bundle the help files with (preferably in) my workbook, as (99 + 1)% of the people using the workbook will not save the help files even if I beg them to!
Since I already have to force them to allow the use of macros before they can use the relevant sheets in the workbook I am thinking that I should build in some form of check to see if the help files is available on the pc and install them if the are not.
Any Ideas?
-
WSEnsemble
AskWoody LoungerPS: Should you want to use other mail fields than those listed above, you have to use MS Access and not Excel.
Ensemble
-
WSEnsemble
AskWoody LoungerExporting would be slightly different depending on what version of outlook you use:
Using Outlook 2010:
go , , ,
Follow the wizzard steps, selecting your folder.
This will export all the mails in the folder to excell. The following fields are exported:
Subject
Body
FromName
FromAddress
FromType
ToName
ToAddress
ToType
CCName
CCAddress
CCType
BCCName
BCCAddress
BCCType
BillingInformation
Categories
Importance
Mileage
SensitivityIn excel you can incert a column to the right of the “Subject” column and enter a formula
=LEFT(A2,2)
into cell B2, copy this cell and past it in all the lines in B column (inserted column).
Now you can filter the worksheet to exclude “RE” and “FW” in the B column and include only the required sender in the “FromName” column and your required date range as well.
This is the long way to do, I am sure there is a shorter way, hope somebody can enlighten us.
Ensemble
WHY?
-
WSEnsemble
AskWoody LoungerWith Excel 2010 this does not work. A similar Active X controll is available in the professional version only. The problem is that there are noe forward, backward or sideways compatability. So even though I can create a workbook with this function, when I mail this workbook to any person who does not have Excell 2010 professional it will not work. I have found VB code that can be embedded in the workbook as a work-around, but my problem is that with this module, I can not select a cell and set the property to display the date picker for that cell only.
Any ideas or alternative method to accomplish this:
1. Create a workbook in Excel 2010 that includes specific cells that the data can only be entered into by datepicker.
2. The datepicker has to be a workbook module.
3. The datepicker has to offer compatibility with the full range of excell version.Thanks.
Ensemble
WHY?
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows hosting exposes additional bugs
by
Susan Bradley
4 hours, 24 minutes ago -
No more rounded corners??
by
CWBillow
12 minutes ago -
Android 15 and IPV6
by
Win7and10
5 hours, 29 minutes ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
16 hours, 45 minutes ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
19 hours, 26 minutes ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
14 hours, 1 minute ago -
Windows Update orchestration platform to update all software
by
Alex5723
1 day, 2 hours ago -
May preview updates
by
Susan Bradley
14 hours, 9 minutes ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
5 hours, 44 minutes ago -
Just got this pop-up page while browsing
by
Alex5723
18 hours, 57 minutes ago -
KB5058379 / KB 5061768 Failures
by
crown
16 hours, 2 minutes ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
35 minutes ago -
At last – installation of 24H2
by
Botswana12
1 day, 18 hours ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
5 hours, 20 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
2 days, 6 hours ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
4 hours, 55 minutes ago -
Limited account permission error related to Windows Update
by
gtd12345
2 days, 19 hours ago -
Another test post
by
gtd12345
2 days, 20 hours ago -
Connect to someone else computer
by
wadeer
2 days, 14 hours ago -
Limit on User names?
by
CWBillow
2 days, 17 hours ago -
Choose the right apps for traveling
by
Peter Deegan
2 days, 7 hours ago -
BitLocker rears its head
by
Susan Bradley
1 day, 15 hours ago -
Who are you? (2025 edition)
by
Will Fastie
1 day, 14 hours ago -
AskWoody at the computer museum, round two
by
Will Fastie
2 days, 9 hours ago -
A smarter, simpler Firefox address bar
by
Alex5723
3 days, 6 hours ago -
Woody
by
Scott
3 days, 15 hours ago -
24H2 has suppressed my favoured spider
by
Davidhs
1 day, 15 hours ago -
GeForce RTX 5060 in certain motherboards could experience blank screens
by
Alex5723
4 days, 6 hours ago -
MS Office 365 Home on MAC
by
MickIver
3 days, 23 hours ago -
Google’s Veo3 video generator. Before you ask: yes, everything is AI here
by
Alex5723
4 days, 20 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.