Set Column Width in DataSheet View in Split Form

前端 未结 1 1323
滥情空心
滥情空心 2021-01-25 14:33

Hi I have an Access Database and a simple Change Record Table.

I also have a Form where I have got all the fields in the top half of the screen and a Datasheet View in t

1条回答
  •  无人及你
    2021-01-25 14:37

    I think your on the right track. To refer to a subform from the mainform you need to do it like this:

    Me.subFormControlName.Form.Target_Date.ColumnWidth = standardColumnWidth
    

    Be aware to use the controlname not the formname of the subform!

    See my answer here: Referring to a Subform from a Query

    0 讨论(0)
提交回复
热议问题