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
Question on Fiber runs
Should I create a dynamic disk or not?
creating a session array for simple cart
Change IP Name-Servers on Cisco 3750 Switch
Computer will boot part of the way then stop and cannot reboot
ShowMessage
One User Cannot Access Public Folder On Exchange 2007.
Php array related question
Creating a Trigger to increase column value
Add Title or Header to MsgBox in Blue Area