Liter to gallons control in data entry / modification - InfoPath Dev Sign in | Join | Help in General InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » General » Liter to gallons control in data entry / modification Use our Google Custom Search for best site search results. Liter to gallons control in data entry / modification Last post 09-25-2008 11:55 PM by swathip. 2 replies. Page 1 of 1 (3 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 09-23-2008 05:07 PM faivre Joined on 10-21-2005 Posts 12 Liter to gallons control in data entry / modification Reply Contact My database stores a certain column as liters. How can I setup my form for data entry but show the value in gallons? Brian 09-24-2008 12:38 AM In reply to Clay Fox Joined on 06-27-2006 USA Posts 1,935 Re: Liter to gallons control in data entry / modification Mark as Not AnswerMark as Answer... Reply Contact You would need to create the conversion in rules or in code. You should be able to have an expression box that shows it with the conversion. For entry you may need to have two boxes to take the input and then convert it and store it in liters. Clay Fox / Microsoft InfoPath MVP 09-25-2008 11:55 PM In reply to swathip Joined on 10-30-2007 India Posts 487 Re: Liter to gallons control in data entry / modification Mark as Not AnswerMark as Answer... Reply Contact Hi Put a rule on Litre field for setting the gallons field value as Liter field value * 0.22 Swathipwww.ggktech.com Page 1 of 1 (3 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
My database stores a certain column as liters. How can I setup my form for data entry but show the value in gallons?
Brian
You would need to create the conversion in rules or in code.
You should be able to have an expression box that shows it with the conversion. For entry you may need to have two boxes to take the input and then convert it and store it in liters.
Hi
Put a rule on Litre field for setting the gallons field value as Liter field value * 0.22