Data Transfer

jjmmss1jjmmss1 Member Posts: 32
I have created two tables 1) Table1 2)Table2.

1) Table1 has 2 fields

1. Item No.1
2. Descrition1

2) Table2 has 2 fields

1. Item No.2
2. Descrition2



I want to post data from Table1 to Table2.

I have created a Card Form1(Table Relation = Table1)

and

Take 2 TaxtBox for the fields that shows the values.

Take a command Button.

Take Record variable "table2" subtype Table2.

Put the cal code


table2.Item No.2:=Item No.1;
table2.Descrition2:=Descrition1;

INTO THE OnPush Trigger.

Zero Results...

Comments

Sign In or Register to comment.