Error 429 code Access is the front end SQL is backend - TechRepublic
General discussion
June 19, 2013 at 09:20 AM
jman2791

Error 429 code Access is the front end SQL is backend

by jman2791 . Updated 13 years ago

Heres a sample line of code that it points to and i’m not understanding whats wrong

Private Sub Form_Load()
Dim dbscurrent As DAO.Database
Dim strvalue As String
Set dbscurrent = CurrentDb()
‘Set DBObject = New EBdefinitionsClass

‘ v5124
‘Set DBObject = CreateObject(“EB.EBdefinitionsClass”)
Set crypobject = CreateObject(“EB.EBCrypKeyClass”) <<<

This discussion is locked

All Comments