Recent content by mtghr

  1. M

    Question Need Help to find SQL connections string

    i am really sorry about this, i figured one for the UK and one for the USA, but you are %100 right i apologist
  2. M

    Question Need Help to find SQL connections string

    Hi i am not an Access GURU i just took over a project, i am looking at the connection string and i see this code Public Function CurDb() As ADODB.Command If pCurDb Is Nothing Then 'recordset, command and connection variables Dim Cnxn As ADODB.Connection Dim strCnxn As String ' Open...
  3. M

    help need it with self join query

    hi this is how my table looks like ITEM UOM PRICE ---- --- ----- ac10 EA 1.99 ac10 BX 6.99 ac10 CS 9.99 now i would like to get a output that would like this ITEM UOM PRICE UOM1 PRICE1 UOM2 PRICE2 ---- --- ----- ----...
Back
Top Bottom