Hi All,
I have what may be a very simple problem:
I have a database in Access, where in one of the forms I can perform searches using an unbound control. Works fine. Basically, the unbound control is a combo box that enables the user to choose from among a list, and based on that choice the form returns a particular record.
I'm trying to do the same thing with an ADP version of this database. But the search on unbound control thing doesn't work. Instead, I get an error: "Run-time Error '438' Object doesn't support this property or method".
Am I making a mistake in assuming that if it worked in Access it should work in ADP? Is there something about the fact that the backend is a SQL Server that makes this method invalid?
Thanks.
Henry
I have what may be a very simple problem:
I have a database in Access, where in one of the forms I can perform searches using an unbound control. Works fine. Basically, the unbound control is a combo box that enables the user to choose from among a list, and based on that choice the form returns a particular record.
I'm trying to do the same thing with an ADP version of this database. But the search on unbound control thing doesn't work. Instead, I get an error: "Run-time Error '438' Object doesn't support this property or method".
Am I making a mistake in assuming that if it worked in Access it should work in ADP? Is there something about the fact that the backend is a SQL Server that makes this method invalid?
Thanks.
Henry