Advertisement

1 - 10 of 60 containing alltags:("3001") (0.001 seconds)
group I use this function (provided by Capricorn1) to separate first from middle from last name. The function runs to a point where an error message pop ups stating "Run Time Error Invalid Argu...
Zones: MS AccessDate Answered: 05/30/2004 Grade: A Views: 0
Hello I am attempting to create an ADO recordset using the ‘Append Fields’ method. In the code below I am getting a ‘3001’ error on the ‘Append’ line. Can anyone tell me what I am doing wrong h...
Zones: MS AccessDate Answered: 03/08/2006 Grade: A Views: 14
Greetings Experts, I have modified code found on one of answered questions on EE. I keep getting a run time Error '3001' Invalid Argument on:    Set rs = db.OpenRecordset(SQL, dbOpenDyanset)...
Zones: MS AccessDate Answered: 04/26/2006 Grade: A Views: 0
I am running some VBA code that splits a name field into FirstName, MiddleNames and LastName. The code uses a recordset that has 410,000 records. The code seems to work fine until about 300,000 ...
Zones: MS AccessDate Answered: 09/11/2001 Grade: A Views: 0
I updated my version of Microsoft Office 2000 to SR1/1a but I am still recieving error '3001' Invalid Argument when I run an append query (that ran last week mind you).  I switched over and used DA...
Zones: MS AccessDate Answered: 12/30/2002 Grade: B Views: 0
I need to store some files in my Sql Server 7 database (writing the frontend in VB6).  They could be a variety of types like pdf, doc, xls, etc... size could be up to a few MB.  I have heard that B...
Zones: MS SQL ServerDate Answered: 03/13/2003 Grade: A Views: 0
Dear All It is really emergency. I have just arrrived in office and found that database is not working. Whenever I try to open a form or report it says 'Invalid argument (error 3001). C...
Zones: MS AccessDate Answered: 06/27/2003 Grade: B Views: 0
I am trying to create VBA code that will automatically update linked tables based on the location of the source database.  Below I have the code that I am currently working with.  For simplicity I'...
Zones: MS AccessDate Answered: 07/15/2003 Grade: A Views: 0
I want to filter an ADO recordset. rs.Filter = "txtClient not in " & Clients where Clients looks like: ('HUCK', 'BIAN') txtClient is a varchar field. Problem is, this line causes:  "Run-...
Zones: Visual BasicDate Answered: 08/06/2003 Grade: A Views: 0
As of yesterday afternoon, this code doesn't work. DoCmd.TransferDatabase acImport, "Microsoft Access", "I:\MyFolder\MyDatabase.mdb", acTable, "Master Table", "Master Table" There are some up...
Zones: MS AccessDate Answered: 08/13/2003 Grade: A Views: 13