Recent content by duroy1234

  1. D

    please help me.

    bro when i used Nz function when i try to connect to excel the query that i created didn't see on the excel what is wrong in my command here is my command. SELECT Nz([3G DUMP].[RNC ID],SON.RNCID) AS RNCID, Nz([3G DUMP].NodeBID,SON.NodeBID) AS NodeBID, Nz([3G DUMP].[RNC Name],SON.RNCNAME) AS...
  2. D

    please help me.

    thank you bro.
  3. D

    please help me.

    i want to express this one to if 3g.lac is null =son.lac please help me with this. IIF([3G DUMP].LAC IS Null,[SON].LAC,[3G DUMP].LAC) AS LAC
Back
Top Bottom