Save form, auto open anther form and populate field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Could someone help me please.

We are trying to ensure that certain information is input correctly so we
are trying to design a small application that walks uesrs through step by
step.

On one form "CLIENTS", on the save button, I am automatically opening the
next correct form based on a field called CL_CATEGORY

If the Category is CO the COMPANY form automatically opens. If the category
is TR, the TRUSTS form automatically opens.

Based on this, I would like the new form to automatically display the Client
Key so the user does not have to search for the client they have just set up.

How do I Open a form and populate a field with the previous forms info.

Thanks in advance
 
malycom said:
Hi

Could someone help me please.

We are trying to ensure that certain information is input correctly
so we are trying to design a small application that walks uesrs
through step by step.

On one form "CLIENTS", on the save button, I am automatically opening
the next correct form based on a field called CL_CATEGORY

If the Category is CO the COMPANY form automatically opens. If the
category is TR, the TRUSTS form automatically opens.

Based on this, I would like the new form to automatically display the
Client Key so the user does not have to search for the client they
have just set up.

How do I Open a form and populate a field with the previous forms
info.

Thanks in advance

Drop a new button on your first form with the Control wizard enabled. One
of the wizard options for a command button does exactly this. It basically
opens the new form pre-filtered to match a field or control on the current
form.
 

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

Back
Top