Searching form header

Kyriakos

Registered User.
Local time
Today, 15:08
Joined
Feb 18, 2006
Messages
42
Hi all. This is one has been troubling me for quite a while and once more I seek for solution to the right (hope so) place.

I have imported from a Excel a table and based on that table I created a form. But when I try to add a combo box on the form header in order to search for a particular record to display on screen the error on the attachment occurs. I didn't add even a single character of code, and the error message seems weird.

I tried doing the same thing on another pc (an older one) and it is working fine...I've added search via combo boxes in the past without any problems but this time something isn't going right.

Any clues?
 

Attachments

  • acc_error1.JPG
    acc_error1.JPG
    51.4 KB · Views: 151
I've seen this error before. Although when it happened to me I was using a listbox. What a pain in the but those can be sometimes. What I had done was referenced a property of the listbox that doesn't exist.

You said you haven't entered any code at all huh. Perhaps, click on the combo box, then click the properties button and see if any of the events have (event procedure) in them. I don't know if this is the answer, but it's a start.

Double check to see if there is any code in the module while your at it :)

Best of luck

alteque
 

Users who are viewing this thread

Back
Top Bottom