Function RetFormsLoaded() As String
Dim strList As String
Dim frm As Form
For each frm In Forms
strList = strList & frm.Name & vbCrLf
Next frm
RetFormsLoaded = strList
Thanks for your quick reply.
I dont know how to incorporate this code into the database.
Do I need to create a list box / command button and then attach this code to the on open event .. please help
Thanks for your quick reply.
I dont know how to incorporate this code into the database.
Do I need to create a list box / command button and then attach this code to the on open event .. please help