C
Chaim
I have to this point never actually delivered an Access app. I've seen
several checklists of things to do/procedures to follow prior to delivery,
and I certainly intend to follow that advice as appropriate for my
situation. One thing that I have looked for, though, and have not found is a
description of what an Access app 'looks like' when delivered. Should I
expect the Microsoft Access console window to appear? Can things be
configured so that it doesn't appear? (I know there are plenty of examples
out there, but in my environment at work I can't download them. And, in the
MS examples that I am allowed to download, I do not know if the console is
there because they want it to be there for there own tutorial-related
reasons or because it is essential to displaying the application.)
For that matter, what are best practices for organizing an application?
Right now, although I understand all of the code and how it relates to the
forms, etc., if I had to turn it over in short order I would have no good
idea how to arrange/rationalize this structure. In my C/C++ life, I capture
that info in Rose. In my DB life, I capture the DB related stuff in ERDs.
But how do you do something similar in VB and forms and queries?
Pointers, references, tips- anything helpful would be appreciated.
several checklists of things to do/procedures to follow prior to delivery,
and I certainly intend to follow that advice as appropriate for my
situation. One thing that I have looked for, though, and have not found is a
description of what an Access app 'looks like' when delivered. Should I
expect the Microsoft Access console window to appear? Can things be
configured so that it doesn't appear? (I know there are plenty of examples
out there, but in my environment at work I can't download them. And, in the
MS examples that I am allowed to download, I do not know if the console is
there because they want it to be there for there own tutorial-related
reasons or because it is essential to displaying the application.)
For that matter, what are best practices for organizing an application?
Right now, although I understand all of the code and how it relates to the
forms, etc., if I had to turn it over in short order I would have no good
idea how to arrange/rationalize this structure. In my C/C++ life, I capture
that info in Rose. In my DB life, I capture the DB related stuff in ERDs.
But how do you do something similar in VB and forms and queries?
Pointers, references, tips- anything helpful would be appreciated.