PDA

View Full Version : Peeling the ACCESS onion: Create View



mud2
04-09-2006, 05:17 PM
Norie has answerd my earlier question RE: CREATING a VIEW. Part of the "Solution" is to use ADO, and statements like
Dim cn As ADODB.Connection
Set cn = CurrentProject.Connection
So Now ACCESS flags the "Set" statement, and tells me that
Method 'Connection' of Object'_CurrentProject' Failed!

Will it never end??