Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为收据构建一个 MS Access 前端数据库。打印收据时的要求之一是价格也必须以文本格式显示,例如 105.42 美元显示为 105 美元和 42 美分。这可能吗?
谢谢你的帮助。
这当然可以使用 VBA 代码来完成。Microsoft 甚至在此处发布了包含源代码的知识库文章。