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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Error 3021 2
Switchboard "runtime error 3021" 4
Error 3021 1
run-time error 3021 5
Unexplained run-time error 3021 3
run time error 3021 7
runtime error 3021 0
runtime 3021 3

Back
Top