Microsoft
Software
Hardware
Network
Question : Tabledefs - object not set or invalid ??
Two pieces of code
Dim tbl As DAO.TableDef, db As DAO.Database, szConnect As String
Set db = CurrentDb
Set tbl = db.TableDefs("Funktionen")
szConnect = tbl.Connect
AND
Dim tbl As DAO.TableDef, szConnect As String
Set tbl = CurrentDb().TableDefs("Fun
ktionen")
szConnect = tbl.Connect
The first works, the second gives me an error about the object not being set or no longer valid (on the line szConnect = ....).
Access 2007 running an Access 2003 format mdb database.
Why ?
Answer : Tabledefs - object not set or invalid ??
see this link
"Object Invalid or No Longer Set" Error Using CurrentDb
http://support.microsoft.c
om/kb/1671
73
Random Solutions
New Build (ASUS P7H55D-M EVO) not booting properly, can't install OS
IPSec VPN to Watchguard XTM 505 behind Draytek 2820
multiple timers
How to make simple PHP IF function for the following simple scenario ?
Outlook/Exchange Issue with Emails not showing
Outlook 2010 fails to login via POP3 to SBS2008 server
Windows 2003 to 2008R2 cluster migration and enforced quota
restore from DB?
How can I get CFileDialog to not change the initial directory?
Access to toher User's Inboxes