Format property of textbox. If Access recognizes the calculated field as a number type, the dropdown list should present options, including Currency.
Format property of textbox. If Access recognizes the calculated field as a number type, the dropdown list should present options, including Currency.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Text box is blank. The pull down menu is blank. I've typed in currency, but it doesn't do anything.
Also remember multiplication, then addition, then subtraction, then division. You will need parens to support
those algebraic sequence and the sequence of events in making the calculations. Math calculations are generally in that order, not reading the equation left to right to do the math. The moderator used parens in his last reply. They were applied correct. Other responses above, do not use parens correctly. Good luck!
The textbox is bound to field? Then Access does not recognize the value as number. Options are to use a conversion function (CInt, CLng, CDbl) on the query field so that it will be recognized as a number or to use the Format function.
If you want to provide db for analysis, follow instructions at bottom of my post.
@casinc815 - is your post in the correct thread? Not sure how your comments apply.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.