Locopete99
Registered User.
- Local time
- Yesterday, 19:55
- Joined
- Jul 11, 2016
- Messages
- 163
Hi,
I'm having some issues using pop up forms and running them as minimised from a shortcut.
My database has been developed using access in Office 365proplus on windows 10.
My users are using it on a windows 7 virtual desktop, also using 365
I've set all forms to Pop up, I'm running it from a shortcut and running it as minimised and also I've used the code below on all my forms on Load:
Firstly the main menu doesnt seem to load. When I run the shortcut all i get is the minimised icon, no pop up form and when I maximise the access programme there is no form loaded on there either. I have got frm_main1 set as my form to open when access is opened.
If i then run the shortcut as normal not minimised, frm_main1 loads, but I cant click any of my buttons.
To make sure it was running I then put in a msgbox to check its working and not only does the msgbox pop up but then all buttons start working!
Can anyone help as I'm running out of ideas.
I'm having some issues using pop up forms and running them as minimised from a shortcut.
My database has been developed using access in Office 365proplus on windows 10.
My users are using it on a windows 7 virtual desktop, also using 365
I've set all forms to Pop up, I'm running it from a shortcut and running it as minimised and also I've used the code below on all my forms on Load:
Code:
Private Sub Form_Load()
Forms("FormName").Move 0, 0
End Sub
Firstly the main menu doesnt seem to load. When I run the shortcut all i get is the minimised icon, no pop up form and when I maximise the access programme there is no form loaded on there either. I have got frm_main1 set as my form to open when access is opened.
If i then run the shortcut as normal not minimised, frm_main1 loads, but I cant click any of my buttons.
To make sure it was running I then put in a msgbox to check its working and not only does the msgbox pop up but then all buttons start working!
Can anyone help as I'm running out of ideas.