accessonly11
Member
- Local time
- Today, 10:31
- Joined
- Aug 20, 2022
- Messages
- 91
HI EVERYONE,
My sales order form with order details subform is part of spillted database. It is working well only on 1 user, while on other users subform is showing blank. What could be the possible reason. I checked most of the settings related like,
>db "open in share mode" option enable
>user have full control over network
i am using this code behind form open
DoCmd.OpenForm "SaleOrder", acNormal, , , , acWindowNormal
i also check all my options according to this article
but still not work. any help please
My sales order form with order details subform is part of spillted database. It is working well only on 1 user, while on other users subform is showing blank. What could be the possible reason. I checked most of the settings related like,
>db "open in share mode" option enable
>user have full control over network
i am using this code behind form open
DoCmd.OpenForm "SaleOrder", acNormal, , , , acWindowNormal
i also check all my options according to this article
Microsoft Access tips: Why does my form go completely blank?
Explains why no controls show on Microsoft Access forms sometimes, and how to address this issue.
allenbrowne.com
but still not work. any help please