Home > database >  Form, one-on-one two tables, how to add a record, the two table at the same time increase
Form, one-on-one two tables, how to add a record, the two table at the same time increase

Time:09-21

The first table, fields: id name and the second table, field: number grades
Using the quick form to complete the data to add, two tables set up one-on-one,
Now want to in a command button click, complete the two tables appended at the same time a new record,
Use: directly append blank
Thisform. REFRESH
Only can add new records of a table, a table can't add

Please tell everybody, thank you...

CodePudding user response:

1
seleAppend blank

Sele 2
Append blank

Don't be frightened by this trouble,

CodePudding user response:

1
seleAppend blank

Insert into the second table values (the first value, the second value)
  •  Tags:  
  • VFP