Re: Too few parameters expected 3
From: PC Datasheet (spam_at_nospam.spam)
Date: 05/07/04
- Next message: Al Camp: "Re: Indexing"
- Previous message: Brian: "Query based recordset"
- In reply to: anonymous_at_discussions.microsoft.com: "Too few parameters expected 3"
- Next in thread: Van T. Dinh: "Re: Too few parameters expected 3"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 07 May 2004 23:18:00 GMT
QueryAv has three fields with criteria.
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com
<anonymous@discussions.microsoft.com> wrote in message
news:a14601c43483$f7412ba0$a501280a@phx.gbl...
> I get the above message when running the following code.
> What is the problem?
>
> Dim MyDb As Database, MySet As Recordset
> Set MyDb = CurrentDb
> Set MySet = MyDb.OpenRecordset("QueryAv")
> MySet.Edit
> MySet![Booking ID] = lngNext
> MySet.Update
> MySet.Close
> Set MySet = Nothing
>
> Thanks in advance.
- Next message: Al Camp: "Re: Indexing"
- Previous message: Brian: "Query based recordset"
- In reply to: anonymous_at_discussions.microsoft.com: "Too few parameters expected 3"
- Next in thread: Van T. Dinh: "Re: Too few parameters expected 3"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|