Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: celie
  • Order by date
  1. celie

    "Re-querying"

    Hullo again, yet another question! I've created a supplier form to update info in a supplier name combo box on my softwareinfo form. How do I re-query (refresh) the data in the softwareinfo form from the click of the close button on the supplier form? Basically, I need to re-query a form from...
  2. celie

    Close form code

    Yes, thanks Ive tried this code and got it to work on my database. I've decided, though, to use a "refresh" command button on my original form rather than close it to update the data in its combobox. Ive used the code - Me![Supplier].Requery Ideally I would like to refresh the...
  3. celie

    Close form code

    Hi Ive set up a command button (suppliernbutton) to open up a new form. I would like to also set up an event on this suppliernbutton click to close the current form. I know that the close form code is DoCmd.Close but how would I use this in the click event code below to close the current...
  4. celie

    Command Button

    I've set up a command button to open a new form on a click event. How do I get this click event to also close the current form?
  5. celie

    Creating a subtotal of a percentage of count set of values

    Ive just started using Crystal 8 and am trying to create a subtotal of a "percentage of count" field. So, the total will just return 100% if correct. I know I could just put in 100% in a text box but I would like to know how to do this by creating a field or formula.

Part and Inventory Search

Back
Top