Microsoft Access SQL查询输出不同的货币符号
Microsoft访问中有2个表格的SQL联合,其中金额字段在£中返回使用欧元符号而不是£的输出。 关于为什么以及如何将输出更改为£符号的任何想法吗?
A sql union of 2 tables in Microsoft Access with amount field in £ is returning the outputs with Euro symbol instead of £.
Any idea on why and how I can change the outputs to £ symbol?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
货币价值不能保存任何符号,对磅或美元一无所知。
如果您使用默认格式进行显示,则将应用该符号,因此,您当前的货币(来自Windows)显然是欧元。
使用自定义代码分配其他货币符号。
A currency value isn't saved with any symbol and knows nothing about pounds or dollars.
The symbol is applied if you use the default format for display, thus, your current currency (from Windows) is apparently Euro.
Use custom code to disply other currency symbols.