Microsoft
Software
Hardware
Network
Question : Create a Currency field from a text field
With a MS Access make table query, how can you modify imported text fields into a currency field? I used the below code but it created the Amount field as Text.
Amount: Format(IIf([182 CURRENT MONTH]![NEGATIVE]="-",[182
CURRENT MONTH]![NEGATIVE] & [182 CURRENT MONTH]![FUND AMT],[182 CURRENT MONTH]![FUND AMT]),"Currency")
Answer : Create a Currency field from a text field
try using the function ccur()
Random Solutions
SCCM Software Report By Major Revision
Size all columns to fit - Key Shortcut
Forwarding DHCP requests from Cisco ASA to internal DHCP server
Restore with Bacula
How to write a like query in access 2007
Setup a wenpage in Windows Server 2008
Upgrade Sqlite in RHEL5.4
FireBird stored procedure
How do I enable audio mapping over RDP on Windows 7?
Are Mac's easier to support than PC's? Why or why not?