LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to transfer update record to another database table ?

Solved!
Go to solution

Hi all.

 

Is it possible to transfer updated record from a database table to another database table in MS access ??

 

Eg. A updated record from 'Student' Table , Transfer that record to the 'Attendance' Table and that record is deleted at 'Student' Table.

Which mean the record is moved from 'Student' Table to 'Attendance' Table.

0 Kudos
Message 1 of 3
(2,103 Views)
Solution
Accepted by topic author ChongKit

Yes.

 

You need to INSERT into the other table and DELETE from the original table. Both of those words in caps are T-SQL commands.

 

There is no "transfer" command.

0 Kudos
Message 2 of 3
(2,102 Views)

Oh i see..

 

I will start to work on it then.

 

Thank alot for your help 😄

0 Kudos
Message 3 of 3
(2,100 Views)