If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > need a big help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-14-02, 14:33
WaRs WaRs is offline
Registered User
 
Join Date: Jun 2002
Posts: 5
Red face HEEEEEEEEEEEEEEEELLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPP PPPPPPPPPPPPPPPPPP

I trying to acces by a recordset on my table and that doesn't function. it say to me
run-time error '3001':

invalid argument.

my source code is


Dim rstTMP1 As New Recordset 'table TransfertInscTMP1
Dim NewEmail As String
Dim NewWorkPhone As String
Dim NewFaxNumber As String

Set rstTMP1 = CurrentDb.OpenRecordset("TransfertInscTMP1", dbOpenDynaset) 'the place that doesn't run

thanks for your help

Last edited by WaRs; 06-17-02 at 12:15.
Reply With Quote
  #2 (permalink)  
Old 01-20-03, 13:48
horvata horvata is offline
Registered User
 
Join Date: May 2002
Location: Budapest - Hungary
Posts: 12
Hi,
Did you try repair funtion(tools > database utilities > compact and repair)? Maybe it can help.

On the other hand I think there is missing return reference to current database...

Set dbs = CurrentDb command


Attila
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On