
Adodc, Access Qry and round
Can anyone tell me, how can I use a Access Qry in a VB6 Adodc, or use the
Round function in VB6.
...
IIf([SCEmpTxJurosMora]>0,[SCEmpTxJurosMora],[SCContTxJurosMora]) AS [Taxa
Juro], Round(([Valor Divida]*([taxa juro]/100)/12),0) AS [Valor Calculado]
FROM SCEmpresa, SCClientes ...
Regards
Joao