Boa tarde galera, estou tentando fazer um RunSQL porém a instrução é muito grande, fui atrás de descobrir como quebra linha em vba, tentei colocar mas também tá dando erro, nem deixa eu executar.
alguém poderia me ajudar ?
alguém poderia me ajudar ?
- Código:
DoCmd.RunSQL "INSERT INTO TBL_GERAR_CBD (Periodo,Cliente,CodAlfatec,Descricao,LME,MesBase,Validade,Dolar,Estanho,EstanhoCotacaoKg,EstanhoPremio,EstanhoFrete,EstanhoKgPremio,EstanhoRsKg,Cobre,CobreCotacaoKg,CobrePremio,CobreFrete,CobreKgPremio,CobreRsKg,Prata,PrataCotacaoKg,PrataPremio,PrataFrete,PrataKgPremio,PrataRsKg,Chumbo,ChumboCotacaoKg,ChumboPremio,ChumboFrete,ChumboKgPremio,ChumboRsKg,Antimonio,AntimonioCotacaoKg,AntimonioPremio,AntimonioFrete,AntimonioKgPremio,AntimonioRsKg,TipoProduto,SnIndice,SnCusto,CuIndice,CuCusto,AgIndice,AgCusto,PbIndice,PbCusto,SbIndice,SbCusto,MPValorAcumulado,MPPercentualCusto,FluxoCalcularIndice,FluxoIndice,FluxoCusto,FluxoValorAcumulado,FluxoPercentualCusto,FioIndice,FioCusto,FioValorAcumulado,FioPercentualCusto,MFluxIndice,MFluxCusto,MFluxValorAcumulado,MFluxPercentualCusto,LigaLMEIndice,LigaLMEValorAcumulado, _
& IndPowderIndice,IndPowderCusto,IndPowderValorAcumulado,indPowderPercentualCusto,CMPEmbalagemValorAcumulado,MDOCalcularIndice,MDOIndice,MDOCusto,MDOValorAcumulado,MDOPercentualCusto,MarkupIndice,MarkupCusto,MarkupValorAcumulado,MarkupPercentualCusto,DespVendasIndice,DespVendasCusto,DespVendasValorAcumulado,DespVendasPercentualCusto,ImpostosIndice,ImpostosCusto,ImpostosValorAcumulado,ImpostosPercentualCusto,EmbalagemCalcularIndice,EmbalagemIndice,EmbalagemCusto,EmbalagemValorAcumulado,EmbalagemPercentualCusto,EncFinanceiroIndice,EncFinanceiroCusto,EncFinanceiroValorAcumulado,EncFinanceiroPercentualCusto,FreteCalcularIndice,FreteIndice,FreteCusto,FreteValorAcumulado,FretePercentualCusto,PreçoVendaValorAcumulado,PreçoVendaPercentualCusto) SELECT (SELECT Max(Codigo) FROM Tbl_Periodos)" _
& Periodo,Cliente,CodAlfatec,Descricao,LME,MesBase,Validade,Dolar,Estanho,EstanhoCotacaoKg,EstanhoPremio,EstanhoFrete,EstanhoKgPremio,EstanhoRsKg,Cobre,CobreCotacaoKg,CobrePremio,CobreFrete,CobreKgPremio,CobreRsKg,Prata,PrataCotacaoKg,PrataPremio,PrataFrete,PrataKgPremio,PrataRsKg,Chumbo,ChumboCotacaoKg,ChumboPremio,ChumboFrete,ChumboKgPremio,ChumboRsKg,Antimonio,AntimonioCotacaoKg,AntimonioPremio,AntimonioFrete,AntimonioKgPremio,AntimonioRsKg,TipoProduto,SnIndice,SnCusto,CuIndice,CuCusto,AgIndice,AgCusto,PbIndice,PbCusto,SbIndice,SbCusto,MPValorAcumulado,MPPercentualCusto,FluxoCalcularIndice,FluxoIndice,FluxoCusto,FluxoValorAcumulado,FluxoPercentualCusto,FioIndice,FioCusto,FioValorAcumulado,FioPercentualCusto,MFluxIndice,MFluxCusto,MFluxValorAcumulado,MFluxPercentualCusto,LigaLMEIndice,LigaLMEValorAcumulado," _
& IndPowderIndice,IndPowderCusto,IndPowderValorAcumulado,indPowderPercentualCusto,CMPEmbalagemValorAcumulado,MDOCalcularIndice,MDOIndice,MDOCusto,MDOValorAcumulado,MDOPercentualCusto,MarkupIndice,MarkupCusto,MarkupValorAcumulado,MarkupPercentualCusto,DespVendasIndice,DespVendasCusto,DespVendasValorAcumulado,DespVendasPercentualCusto,ImpostosIndice,ImpostosCusto,ImpostosValorAcumulado,ImpostosPercentualCusto,EmbalagemCalcularIndice,EmbalagemIndice,EmbalagemCusto,EmbalagemValorAcumulado,EmbalagemPercentualCusto,EncFinanceiroIndice,EncFinanceiroCusto,EncFinanceiroValorAcumulado,EncFinanceiroPercentualCusto,FreteCalcularIndice,FreteIndice,FreteCusto,FreteValorAcumulado,FretePercentualCusto,PreçoVendaValorAcumulado,PreçoVendaPercentualCusto)" _
& FROM QRY_COPYCARTAS"