Run time error 3021

  • Thread starter Thread starter Lil' Michelle
  • Start date Start date
L

Lil' Michelle

Hiya,

I have a database set up with a switchboard that opens on
start up. When I try to use it with this method of start
up it won't allow me to use drop down menus on a form.
The dropdown menu would usally display 3 fields linked in
a table to that on the combo box.

I get a run time error 3021. I have looked into this and
it is something to do with an EOF or BOF.

Please halp as I am fairly new to this and a little stuck.

(Using Access 97)

Thanks all
Michelle
 
Hi,

Thanks for replying.

The error occurs on the last line of:

Sub Combo4_AfterUpdate()
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[Agent Name] = '" & Me!
[Combo4] & "'"
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub


Thanks

M
 
Back
Top