On the following code, i get an error '3265' when calling this. I am sure its a database access error but where? What can I do to fix it?
Public Sub CheckUsr(usr_nm As String)
JustName = ""
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20434165.html
Zones:
Visual BasicDate Answered: 02/05/2003 Rating: 8.0 Views: 0
"Item cannot be found in the collection corresponding to the requested name or ordinal."
Using ADO against an Access 2002 database.
I am reading fine from table Config, then I reset my sqlstr/r...
http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/VB_Database...
Zones:
VB DBDate Answered: 08/18/2004 Rating: 6.6 Views: 206
Greetings to all! I just recently migrated from DAO to ADO using jet provider, and I am having problems with the generation of an autonumber column. I keep on receiving runtime error 3265 everyti...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10298093.html
Zones:
VB DBDate Answered: 02/20/2000 Rating: 9.2 Views: 0
I have a typical server based application with a front-end back-end setup. A generic copy of the front-end is distributed automatically to all users through the network. Through code in a module ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20120587.html
Zones:
MS AccessDate Answered: 05/21/2001 Rating: 7.8 Views: 0
It is found that the Visual Basic run time error '3265 - Item not found in this collection' is not trapped by the 'ON ERROR GOTO' statement from any procedure if the development platform is Windows...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20605748.html
Zones:
Visual BasicDate Answered: 06/03/2003 Rating: 8.8 Views: 0
Hello all!
Can someone help this derailed train?
Thanks,
Deb
================================================
Challenge:
Generate a report that lists the length of time for the top 5 ca...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21234157.html
Zones:
MS AccessDate Answered: 12/08/2004 Rating: 7.8 Views: 0
I have the below function that I call to see if a field "CURUIC" is in a table in my database, selected via combobox (objCombo).
Can someone spot check it ant tell me what is going on with it. ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21678479.html
Zones:
DatabasesDate Answered: 01/05/2006 Rating: 8.2 Views: 0
Hi Experts,
i always have this error when i'm trying to get access to the database (SQL Server 2000)...
If a query is a SELECT... FROM, everything is ok...
But if a query is an UPDATE, DELETE ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_21853935.html
Zones:
VB DBDate Answered: 06/13/2006 Rating: 9.0 Views: 0
I have the coding to open the database to display available data inside. However, there is a problem while running the code. The following are the codes in Form_Load:
Dim resource As String
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20083997.html
Zones:
VB DBDate Answered: 04/07/2001 Rating: 8.8 Views: 0
have written some code that will creat an audit table
when a user opens the database. Here is the code:
Option Compare Database
Public SessionID As Long
Function CreateLogTable(strLogName ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20462156.html
Zones:
MS AccessDate Answered: 06/19/2003 Rating: 9.0 Views: 0