NearImpossible
Registered User.
- Local time
- Today, 01:13
- Joined
- Jul 12, 2019
- Messages
- 225
I have this same line of code on the double click event for 3 different fields on my form. 2 out of the 3 opens the form correctly when I double click on them, however when I double click on the last field, the form opens behind instead of in front.
The only difference between them is the 3rd is rich text where the other two are plain text. All 3 fields are enabled, but locked as this is a view only form.
Any ideas?
The only difference between them is the 3rd is rich text where the other two are plain text. All 3 fields are enabled, but locked as this is a view only form.
Code:
DoCmd.OpenForm "FacilityTicketDetails", , , "[TicketID] = " & Me.[TicketID], , , "SearchResults"
Any ideas?