thanks but i need example for how to check the exsiting of table,not field
With my function: VB Code: ' Check if a table exists if TableFieldExist("Customers", "") then ... ' Check if a field exists if TableFieldExist("Customers", "CustName") then ...
' Check if a table exists if TableFieldExist("Customers", "") then ... ' Check if a field exists if TableFieldExist("Customers", "CustName") then ...
Forum Rules