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
is my BIND Setting correct?
facebook
Exporting variables from module on windows
Accessing Mysql tables in MS Sql 2005 and vice versa
Open another form based on selected record in a continuous form
How do I move a virtual machine from ESX host to HyperV without have a Virtual Center Server on the VMWare side
advance image editing via the web
Thread pool member on TCPIP ?
asp.net. why am i geting this error: Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path
SCP Backup without overwriting and copying from remote to local