HI every one!
can some body tell me how can we transfer the contents of the table to any other table if it fulfills the certain criteria.
e.g. if column A of one Table contains dates, and we wish to copy only those contents to other table which fall between particular range of dates. Just like below:
Table 1
Column A Column B Column C Column D
Row1 3/2/2012 ABC shjshja 634764248
Row2 2/12/2012 DEF sahgdy 217863
Row3 3/26/2012 EFG kuyewuij 21728136
Row4 1/15/2012 XYZ ewtuuewiu 23128978
Now we wish to copy/transfer/link only those rows from the above table to other table which falls between March 2012 (column A Dates). Howveer we do not want to copy column C in other table
can some body tell me how can we transfer the contents of the table to any other table if it fulfills the certain criteria.
e.g. if column A of one Table contains dates, and we wish to copy only those contents to other table which fall between particular range of dates. Just like below:
Table 1
Column A Column B Column C Column D
Row1 3/2/2012 ABC shjshja 634764248
Row2 2/12/2012 DEF sahgdy 217863
Row3 3/26/2012 EFG kuyewuij 21728136
Row4 1/15/2012 XYZ ewtuuewiu 23128978
Now we wish to copy/transfer/link only those rows from the above table to other table which falls between March 2012 (column A Dates). Howveer we do not want to copy column C in other table