Microsoft
Software
Hardware
Network
Question : Use VBA Code to check if a table exists.
How can I determine if a table exists in the current database,
1. using the least number of lines of VBA code
2. taking the least CPU time to execute
3. both.
Answer : Use VBA Code to check if a table exists.
Call this function:
Public Function mCheckTable() As Variant
On Error Resume Next
DoCmd.OpenTable "TableName"
If Error = 7874 Then 'table does not exist
Err.Clear
Exit Function
Else
err.clear
End If
End Function
Random Solutions
Data Validation with VBA without use of worksheet cells
Windows 2003 Server - IIS 6 connection to shared server - Logon/Logoff errors Event 529 & 680
Antivirus solution for Windows Server 2008 R2 Core.
Multiple Combo Box Selection in Microsoft Access
Terminal Server port configuration
Caluculate if met SLA for completetion of task
Passing parameter by open args
UNION all view % is not updatable because a partitioning column was not found
getting error message when download offline address book
Outlook vs mobile sync