Startup form "Splash.frm" not in FORMS tab.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been given a task working with 2 databases I did not create, nor do I
have any documentation.
The database names are students and adhoc. adhoc appears to be a copy of
students that was stripped of all it's code and forms. I say this because it
has the same form set to display upon startup, "splash.frm". The odd thing
is the splash form displays, but I do not see it , or any forms, in the Forms
Tab.

in addition, there are two buttons on a customer toolbar, one of which
brings up a dialog for the DSN settings, the other brings up a dialog for
managing which tables are linked. This from shows two lists side by side, one
of available tables, the other of linked tables. there are arrows between to
move the tables from one list to the other. As I said, there are no forms in
the Forms Tab.
These two buttons are using frmSQL_connection and frmSQL_objects in the
parameter values of the Control Properties Dialog.

How are these 3 forms stored? Is it possible to hide them somehow?
Is it somehow finding them in the original copy of the DB?
Answers and ideas most welcome.
Thanks in Advance
Kevin
 
Go to Tools | Options on the menu bar, and on the View tab, check that you
want to see Hidden Objects. If they still don't appear, check that you want
to see System Objects.
 
Back
Top