Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_InteractInteraction

Public Function DbTableIndexExists (
IndexName As String,
TableName As String,
Optional dbs As DAO.Database = Nothing
) As Boolean

Does the index of the table exist in the database ?

IndexName as String

The name of the table index

TableName as String

The name of the database table

Optional dbs as DAO.Database = Nothing

Look in this database (default to the current database)

Call Template:

Dim b As Boolean
b = xf.Interact.DbTableIndexExists(IndexName, TableName)
b = xf.Interact.DbTableIndexExists(IndexName, TableName, dbs)

See Also:

Example 1:

DbTableIndexExists("tblClinicVisit", "IX_tblClinicVisit_VisitDate")
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd