AccessV2.0
New member
- Local time
- Today, 18:01
- Joined
- Jun 3, 2022
- Messages
- 9
In the OnActivate function of my form I have the following statement:
Forms!IP_Log.IP_Log_SubForm.Visible = False
how do I replace IP_Log.IP_LogSubForm with a variable?
IP_Log is the Main Form
IP_LogSubForm is the SubForm Name
Forms!IP_Log.IP_Log_SubForm.Visible = False
how do I replace IP_Log.IP_LogSubForm with a variable?
IP_Log is the Main Form
IP_LogSubForm is the SubForm Name