Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Problem with DROP DOWN list

LEGEND ,
Apr 19, 2006 Apr 19, 2006
I created simple Vendor Form.
The form is based on MS-ACCESS2002 .mdb table Vendors). There is a field
called: Category
I created a Recordset for CATEGORIES table (which tests fine).
On the form I placed a drop down (List - object), and then I defined dynamic
asignments, so the CATEGORY_ID (from CATEGORIES table) should prime
CATEGORY_ID in the VENDOR table. For some reason when I test the page I get
an arror:

ADODB.Field error "800a0bcd" Either BOD or EOF is True, or the current
record has ben deleted..........

This is a simple ADD RECORD type form, I don't understand why this is
happening ?
Does anybody have a clue ?
Thanks

Arthur



TOPICS
Server side applications
222
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 19, 2006 Apr 19, 2006
LATEST
Probably because there are no records in your recordset.


"Artuhr K" <nospamoptron@sbcglobal.net> wrote in message
news:e26lsa$akg$1@forums.macromedia.com...
>I created simple Vendor Form.
> The form is based on MS-ACCESS2002 .mdb table Vendors). There is a field
> called: Category
> I created a Recordset for CATEGORIES table (which tests fine).
> On the form I placed a drop down (List - object), and then I defined
> dynamic asignments, so the CATEGORY_ID (from CATEGORIES table) should
> prime CATEGORY_ID in the VENDOR table. For some reason when I test the
> page I get an arror:
>
> ADODB.Field error "800a0bcd" Either BOD or EOF is True, or the current
> record has ben deleted..........
>
> This is a simple ADD RECORD type form, I don't understand why this is
> happening ?
> Does anybody have a clue ?
> Thanks
>
> Arthur
>
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines