G
Guest
Hi,
I have this temperory table which needs to hold values from a different
table and from access form. E.g. when i click on the variation no, this temp
table gets all the variation details from the variation table n
simultaneously should add the claim no for the variation from the form for
each record in this temp table
Eg Claim No:1
CLick Variation No 5146
Claim No: Variation No: Variation Details Variation Amt
I tried to give the temptable field claim a default value (Form Claim No)
but when i run the insert statement it gives the default value to the row
below the inserted rows
If anyone can advice how to insert default values and select statement in
one insert statement
cheers
bye
I have this temperory table which needs to hold values from a different
table and from access form. E.g. when i click on the variation no, this temp
table gets all the variation details from the variation table n
simultaneously should add the claim no for the variation from the form for
each record in this temp table
Eg Claim No:1
CLick Variation No 5146
Claim No: Variation No: Variation Details Variation Amt
I tried to give the temptable field claim a default value (Form Claim No)
but when i run the insert statement it gives the default value to the row
below the inserted rows
If anyone can advice how to insert default values and select statement in
one insert statement
cheers
bye