J
Jim
To all,
I created a Public Type in a module as follows,
Public Type AppInfo
UserAction As String
FolderSelected As String
DBFolder As String
DBFn As String
End Type
A procedure in the module shows a form and I fill appInfo
values, but when I unload the form the values are lost?
Why is that?
Jim
I created a Public Type in a module as follows,
Public Type AppInfo
UserAction As String
FolderSelected As String
DBFolder As String
DBFn As String
End Type
A procedure in the module shows a form and I fill appInfo
values, but when I unload the form the values are lost?
Why is that?
Jim