Dim rs As Recordset
Set rs = Me.RecordsetClone
I can not get the above syntax to work with Access 2000. I get an error 13
I tried rs as dbodb.recordset same result. What is is the correct synt...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10254885.html
Zones:
MS AccessDate Answered: 01/06/2000 Rating: 5.2 Views: 0
Dear sir
I have recurrent problems with my computer which has win 95. This problem is whenever I install some of the games if installation is complete the error message comes "run time error 13,...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_11636018.html
Zones:
Windows 98Date Answered: 06/10/2001 Rating: 7.8 Views: 0
I have a database that I share between computers. When I share it on a 98 box all computers can access it and there are no problems. When it put it on a novell file server only one program can ac...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20009316.html
Zones:
Visual BasicDate Answered: 12/30/2000 Rating: 6.6 Views: 0
Using SQL 2000
I'm trying to create a SQL View that will parse data from a field that is seperated by a CHR10 & CHR13 characters. Orginally the data looks like this in the one field.
SOM.Ship...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20541056.html
Zones:
MS SQL ServerDate Answered: 05/22/2004 Rating: 7.0 Views: 0
I have a very simple php application that displays some documents.
The application contains one query:
Select d.DocID, d.Author, d.Title, d.Subtitle, d.DocType, d.Created, d.DocSize, d.DisplayS...
http://www.experts-exchange.com/Database/MySQL/Q_20622426.html
Zones:
MySQL ServerDate Answered: 05/22/2003 Rating: 7.8 Views: 0
Good Morning team,
I am recieving a runtime 13 error in the following code and can not find out why.
Private Sub SiteAmends()
Dim rsUpdate As ADODB.Recordset
Dim strSQL As String
Dim st...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21164760.html
Zones:
MS AccessDate Answered: 10/12/2004 Rating: 8.8 Views: 0
For linux command ls -l it shows the following
$>ls -l
-rw-r--r-- 1 build users 1318 Mar 26 13:07 wineselected.jsp
Can anyone tell me what is -rw-r--r-- (what is this permission mean)
http://www.experts-exchange.com/OS/Linux/Q_21371428.html
Getting this on my new DC that has SP1 for Windows 2003 on it.
Automatic cert enrollment for local system failed to enroll for one Dc cert from cert authority xxx.xxx.com Access Denied.
Anothe...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_216320...
I need help resolving an error code below.
Upon clicking an "Ok" button of a Login Form, I received:
"Run-time error 13": Type Mismatch
and debug highlighted the line below:
GetDateModi...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21705541.html
Zones:
MS AccessDate Answered: 01/24/2006 Rating: 7.4 Views: 0
Dim db As Database
Dim rst As Recordset
Iin the following code:
Set db = CurrentDb
Set rst = db.OpenRecordset("Select * From MyTable")
rst.MoveLast
intI = rs.RecordCount
rst.Mov...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21763491.html
Zones:
MS AccessDate Answered: 03/07/2006 Rating: 7.4 Views: 0