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.
我有一个数据库,它是一个带有 MySQL 后端的访问前端。 在 MySQL 中,我有一个表,其字段设置为小数点后 3 位(10、3),但是有谁知道我如何在不改变 MySQL 表格式的情况下仅在前端访问中将此字段显示为小数点后 1 位?
在 Access 表单的 TextBox 中,您应该将 Format 属性设置为数字格式,将属性 Decimal Places 设置为 1。您可以在属性编辑器的 Format 选项卡中找到这些属性。