transporting info from second to first form?

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
 
P

peter walker

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
 
K

Karel

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
 
P

peter walker

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top