Search results

  1. G

    Report in tab of Form

    Is there a way to put a Generated report into a Tab on a custom form. The idea is to give a summary of inforamtion from an admin tab presented a tab.
  2. G

    Continous Button Help

    I am using Continuous forms. I have a command button that is enabled upon a change of an element in a row. However, when in continous forms when one command button is enabled they are all enabled. Is there a way to only enable the button for one row? Thanks sam.
  3. G

    Continuous Forms with Subforms?

    Okay. I am trying to build a form where I could get information like this but also editable. It can be either bound or unbound with enough information to update the records. I could do this several other ways but would prefer it just like it is below. Any ideas is greatly appreciated...
  4. G

    Ranking Query

    I would like the have a query where a persons rank amonst a group is returned by the evaluation a column. Name Sales Rank Jill 500 2 Bill 501 1 John 399 3 Ideas?
  5. G

    ListBox Requery and Change in QueryDef

    Hey, Okay. so I changed the query def of a query tied to a list box on my current form. When I attempt to requery the list it does not refresh with the change in the sql that was made through the query def methods. Only when I close down the form and reopen it does it show the results of the...
  6. G

    Dynamic subform

    Hey folks, I have a dynamic query being built where the field names change order and inclusion. The compile SQL is saved as into a query (qrySEARCH_RESULTS) I want to display the results in a subform after they have selected all the fields they would like to add. Is it possible to have the...
  7. G

    Dynamic Subform

    Hey folks, I have a dynamic query being built where the field names change order and inclusion. The compile SQL is saved as into a query (qrySEARCH_RESULTS) I want to display the results in a subform after they have selected all the fields they would like to add. Is it possible to have the...
Back
Top Bottom