Results 1 to 18 of 18

Thread: look for table

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2006
    Posts
    93

    Re: look for table

    thanks but i need example for how to check the exsiting of table,not field

  2. #2
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    263

    Re: look for table

    With my function:

    VB Code:
    1. ' Check if a table exists
    2. if TableFieldExist("Customers", "") then ...
    3.  
    4. ' Check if a field exists
    5. if TableFieldExist("Customers", "CustName") then ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width