CanadianAccessUser
Registered User.
- Local time
 - Today, 09:11
 
- Joined
 - Feb 7, 2014
 
- Messages
 - 114
 
Hello,
 
I'm trying to convince Access to find a value and then convert said value into the name of the field it came from.
 
Below is my current code:
	
	
	
		
(Minimum is from a module that finds the lowest value in the list.)  
 
I need my query to tell me which field gives that value.
Example:
Agent Name AvgOfEmail1
instead of:
Agent Name 41.7%
 
Does anyone know how to make this work?
 
Thanks
 I'm trying to convince Access to find a value and then convert said value into the name of the field it came from.
Below is my current code:
		Code:
	
	
	LowestMark: 
Minimum([AvgOfOpening1],[AvgOfConfidentiality1],[AvgOfEmail1],[AvgOfTenureStatement1],[AvgOfOwnership1],[AvgOfClearExplanation],[AvgOfProbing1],[AvgOfUseofTools1],[AvgOfResolveBeforeS2S1],[AvgOfBridgeSolutions],[AvgOfSummarizeWrapUp1],[AvgOfOfferFurtherAssistance1],[AvgOfOneFaceOneVoice1],[AvgOfAppreciateBrandCox1],[AvgOfInteractwithCustomer1])
	I need my query to tell me which field gives that value.
Example:
Agent Name AvgOfEmail1
instead of:
Agent Name 41.7%
Does anyone know how to make this work?
Thanks