I am having a table named table1 in which I am having details of customers. I want to insert a particular customer details to another table2( which is same as the table1)
I know in Sql we can use Insert.....
Insert into table2 select * from table1 where cusno='A001'
but in access it is not working. I am able to insert all rows but in this case I want to insert a single row using condition. can anyone is there to help me
thanks in advance
I know in Sql we can use Insert.....
Insert into table2 select * from table1 where cusno='A001'
but in access it is not working. I am able to insert all rows but in this case I want to insert a single row using condition. can anyone is there to help me
thanks in advance