Bigthinkor
New member
- Local time
- Today, 09:07
- Joined
- Jan 12, 2011
- Messages
- 8
Hello everyone
I hope everyone is having a wonderful weekend. I certainly enjoy having the time off to enjoy some of the things I love to do. One of my most current task.
I have a combo box with a drop-down list of all my forms. Some of my forms have sub forms which are okay, but I do not want the sub forms showing up by themselves, how do I restrict certain forms from the list?

SELECT Name FROM MsysObjects WHERE Type = -32768 ORDER BY Name;
Private Sub Combo61_AfterUpdate()
DoCmd.OpenForm Me.Combo61
End Sub
I hope everyone is having a wonderful weekend. I certainly enjoy having the time off to enjoy some of the things I love to do. One of my most current task.
I have a combo box with a drop-down list of all my forms. Some of my forms have sub forms which are okay, but I do not want the sub forms showing up by themselves, how do I restrict certain forms from the list?

SELECT Name FROM MsysObjects WHERE Type = -32768 ORDER BY Name;
Private Sub Combo61_AfterUpdate()
DoCmd.OpenForm Me.Combo61
End Sub