Recent content by gambithunt

  1. G

    applying dynamic queries to text boxes

    thanks very much
  2. G

    list box with query filters

    Hi all I would like to have a list box that displays all sales order (ID, date, client...) and I would like to add filers to it such as, a date filter, client filter and a product filter. I would also like to have a show all button. What is the best way to go about this. The date control is a...
  3. G

    applying dynamic queries to text boxes

    thanks very much, but how do I use, I'm mean where do I insert the code, in the button and how do I get it to relate to the list?
  4. G

    applying dynamic queries to text boxes

    Please can someone help me to get a text box to display a specific table field based on another textboxes value which comes from a different table. I have a relational database one with say purchases and one with client info, when an item is purchased the client ID is linked to that purchase, I...
  5. G

    linking the date control to list box

    thanks for the help
  6. G

    linking the date control to list box

    thanks One more question, what is the code that allows me to set my queries criteria on that hidden text box? How should it be written?
  7. G

    linking the date control to list box

    Thanks but how do I do that, how do I control the filter the query for the form when the calander is clicked on, and then how do I make that query applicable to that list
  8. G

    linking the date control to list box

    Hi all I inserted the calender and I would like to use it to to control the list box, when I click on a particular date on the calender I would like the list to display only those entries on the table that correspond to that month which the calender is at. Help would be much appreciated. G
Back
Top Bottom