Is there any option in the TransferDatabase method which enables you to import selected data? I want import all the recrods before certain date e.g. WHERE Right([BookDate], 4) >= Year(Now) - 1
Please find below the existing code which is bringing everything. I have 6 years data in origional database (approx half million records but I need 2011 and 2012 data. Currently I'm bringing everything and then removing data from which is not efficient. Is there any option to bring only selected data only?
Please find below the existing code which is bringing everything. I have 6 years data in origional database (approx half million records but I need 2011 and 2012 data. Currently I'm bringing everything and then removing data from which is not efficient. Is there any option to bring only selected data only?