Microsoft
Software
Hardware
Network
Question : If table does not exist then
I need a aline of vba code to fo teh following
If table tbl"CustomerConcernsCopy" does not exist then run query "qry_CustomerConcerns"
Answer : If table does not exist then
Dim td As TableDef
On Error Resume Next
Set td = CurrentDb.TableDefs("tbl_C
ustomerCon
cernsCopy"
)
On Error GoTo 0
If td Is Nothing Then CurrentDb.Execute "qry_CustomerConcerns"
Random Solutions
Excel 2007 Slow on one spreadsheet but only on one PC
Hopefully simple question... "locking" conditional formating
Exchange 2007 pop3
same class name in CSS
command line to open Network Connections in Windows XP
I want the Average of two columns in Crystal Reports
C# HttpWebRequest different pages in same site
CRM window is blocked after running caspol.exe
need last three characters of the string
Restoring exchange state to a test environment