Thanks all! After a good nights sleep and a few hours away from this, it
seemed so simple! I appreciate all the feedback... don't worry! I will be
back I am sure!
khp <--- who is beginning to realize WHY programmers make so much $!
Quote:
> Hello,
> You can view the code in the form load event by double clicking on the
> form, you can view what section of code your in by looking at the top of
> your code window you should see 2 drop down boxes side by side, the left
one
> is Object box (Form is the object) the right one is the Procedure box
(Load
> is the procedure) This event is called (the code is run) just before the
> form is loaded. You should also see something like this:
> Private Sub Form_Load()
> End Sub
> This is a sub program inside your VB program, "Private" means that it is
> only run with in that form.
> I hope I was of some help to you,
> Ray
> > Hello all:
> > I hope someone can help me rather quickly. I am taking a course in VBA.
> I
> > am at a directive that says:
> > Open the form's Load event procedure, then press the TAB key.
> > Unfortunately - I HAVE NO IDEA WHAT THE LOAD EVENT PROCEDURE is!!
> > Can someone guide me? Email is best as I am sitting here struggling
with
> > this.
> > Much Thanks in advance...
> > khp