Search results

  1. S

    How do I find if an Index exists?

    Karma, thanks for your reply. the function below comes up with error user defind type not defind. Please accept my apologies I am very new to programming. Public Function CheckIndex() Dim db As DAO.Database Dim tbldf As DAO.TableDef Dim idx As index Dim empindex As Boolean Set db =...
  2. S

    How do I find if an Index exists?

    Hi Guys, Is it possible to find out if there is an Index on a table or not? I am using VB6 and Microsoft Access database? please don't ask y!!! TIA STA
Back
Top Bottom