Search results

  1. K

    dsn file

    Hi Listers, I have to move MS DB from one machine to another but I have to modify ODBC river also. I know the DB user dsn file my question is: How I know which dsn file is used by the dabase? Can I edit the dsn file in text editor and modify(change driver)? Thanks in advance for your help...
  2. K

    Question Table Linked Access

    Hi Gurus, I understand the ODBC linked table (that's the table is linked to the external database table), but what does mean access linked table and how can I see (explore!) the definition of the table that is linked to? Thanks in advance for your reply, Kader
  3. K

    Beginer question

    Hi Listers, I’m new to MS Access and I’m using MS Access 97. On the query tab I see my query and I don’t know how to see the query content (the sql script). I have only menu with options: Open which see me the result of the query and Design which displays the tables used to build the query...
  4. K

    Dummy DoCmd.OpenQuery question

    Hi Listers, I'm very new to MS Access and VB. I inherited Access application and try to find where the queries reside and other objects. I find the following code on the event commands: .... Dim stDocName As String stDocName = "Account Financial Snapshot" DoCmd.Maximize...
Back
Top Bottom