forms

  • Thread starter Thread starter johno
  • Start date Start date
J

johno

pls. help.

I have a simple billing application that's got 1st form
for the heading info and the 2nd form for notes. How can
I go in to my heading form and click a button to go to the
notes where I can enter notes/comments as many as I want
for that particular heading record? Pls. help.

Thanks.
 
-----Original Message-----
pls. help.

I have a simple billing application that's got 1st form
for the heading info and the 2nd form for notes. How can
I go in to my heading form and click a button to go to the
notes where I can enter notes/comments as many as I want
for that particular heading record? Pls. help.

Thanks.
.
Place a command button on your form that will open your
notes form using the wizard. During the set up, select
OPEN THE FORM AND FIND SPECIFIC DATA TO DISPLAY. Then you
will get another option showing you all the fields in
each form and you must match the two fields that link the
forms. Obviously the primary key of the first form and
where ever it appears in the second. That way, when you
click on this button , you should get a blank form that
is linked to your particular heading record and you
should be able to enter as many as you want. I hope this
works for you, as I have set up a similar command button
on a data base recently. I suggest you copy you data base
and try it out on that first.

Hope I explained that well enough for you.

Suze
 
Back
Top