Access 2007- #Name? Error

后端 未结 2 936
独厮守ぢ
独厮守ぢ 2021-01-28 00:53

I am trying to specify a controlsource. I basically just create a text field in a report, use the build tool to find the relevant field from a subreport/query, and then set it.

2条回答
  •  失恋的感觉
    2021-01-28 01:42

    I've seen that error (long time ago) and managed to fix it, IIRC, by wrapping the fully qualified name in brackets, e.g. [source table].[column name]. Something to try at any rate.

提交回复
热议问题