run a form to insert a record

Hello every one

i have two forms A and B and i want to run form A to insert a record from other form B.with out presing new record button.

how can i do this .plz help me.

bye

Could you clarify the problem a bit? When do you want a new record inserted in form B?

What are the source tables for each of the forms?

Are the forms based on temporary tables?

hi

i have two forms ActivitiesForm and AdressesForm based on tables Activities and Adresses respectively.And there is a one to n relation between Adresses and activities.

i mean one adress relates to more activities.I want to run AktivitiesForm from AdressesForm so that i can Enter a new activity crosponding to Adress.

waiting for ur replly

Best solution is to create a Card form for the “Adresses” and a Subform inside that displays records of the Activities related… subform included in the card form will be linked to it with two properties: SubformID and SubformLink. This way when you’ll press F3 to insert a new record on the subform it will be linked with the current adress displayed on the card form.

Was that?