transporting info from second to first form?

  • Thread starter Thread starter Karel
  • Start date Start date
K

Karel

Hi,

I've created a database to make TroubleTickets. And to
close a certain ticket (in first form), I made a button
that goes to another (second) form. On that second form
the date of closure will be stated and some comment with
that, but most important a check box to indicate that the
ticket is closed. Now, my question. How can I, when I
close the second form, get the information on it
(specially the checkbox) to be transported to the first
form (also in the form of a checkbox)? this to indicate
the ticket is closed.
Sorry for this long question, but I've searched like crazy
and can't find a sollution.

greetz

Karel
 
if the second form is bound to the same record as the first form then just
save the record and recalc the first form

--

peter walker MVP

Please post replies to the news group so everyone can benefit.
www.papwalker.com
 
thx,
but how do I do this bound? I would like to see the
checkbox from the second form on the first, but I don't
have that field in the field-list, containing all fields
that can be inserted in a form.

Karel
 
you will have to give us some more detail on the record / tables used.

--

peter walker MVP

Please post replies to the news group so everyone can benefit.
www.papwalker.com
 
Back
Top