You could implement a date picker to insert dates into a field that is further used to filter the results.any advice on how one could search Date/time fields?
Hi
Is there any way to get this working with tables that contain relationships? for example I have an orders table with a relationship with the products table, however when the search results appear, the product ID is displayed and not the actual product. However if you run the query on its own then the product is shown, so it must be an issue with how the code populates the SearchResults list box.
It sounds as if you have not change a critical object name to match your DB. Post a copy of your DB and I'll take a look at it when I get a chance.i have tried to implement this into my data base however i get a compile error...
'Method or data member not found'
does any one know why this would happen?
i am using access 2007.
It sounds like a problem with the fields you have selected to populate the List box. Post a copy of your DB, and I'll have a look at it when I get a chance.
riekmaharg2
Please put some sample data in your database. Also list the method that you use to search and give an example of a search.
riekmaharg2
What Poppa Smurf said; Plus, avoid using spaces and other special characters in your Object and field names, stick with alpha numerics and the underscore (_). Also consider implementing a naming protocol such as TBL_TableName, FRM_FormName, QRY_QueryName, RPT_ReportName etc.
What seems to be the problem with it. I've just down loaded the DB from your last post and it seems to work fine