开发者

ms-access: how do i open a linked table on open?

开发者 https://www.devze.com 2023-01-17 08:32 出处:网络
i would like a linked开发者_如何学Python datasheet (table) to open once access is opened. how do i do this? Create a form with your linked table as it\'s record source.Set the form to open automatical

i would like a linked开发者_如何学Python datasheet (table) to open once access is opened. how do i do this?


Create a form with your linked table as it's record source. Set the form to open automatically at database startup.

Edit: If you really, really feel you need to open the table directly instead of using a form ... look at DoCmd.OpenTable You could put your DoCmd.OpenTable statement in an autoexec macro. Then it should run every time you open the database.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号