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 derfloh 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: *

  1. DeanReedy

    Calculate Average by Group and total

    nobull613, That is exactly what I needed thank you very much! Dean
  2. DeanReedy

    Calculate Average by Group and total

    I have a report that deals with Products and cost. I want to know the average(mean) of the product cost. Grouped by Salesmen Product Customer I have the report all setup and grouped correctly, but I do not know how to average the cost field. I can total the field but how do you average...
  3. DeanReedy

    Citrix Pop exe on client machine

    I will be running a program via citrix and I want my program to be able to popup the clients "Outlook" program to send an email with prefilled address. Note: The outlook program is not running on the citrix server, it is on the client only. Can citrix do this? If yes, can it do it via the...
  4. DeanReedy

    Can't reference unless focus

    In code, if I try to get values of items on the form, but I always get the following error: You can't reference a property or method for a control unless the control has focus. I just want to print the value from two textboxes in a messagebox. thanks, Dean
  5. DeanReedy

    LInk subform

    thanks, worked great
  6. DeanReedy

    LInk subform

    Where are the child and Master field in the subform? That is what I can not find.
  7. DeanReedy

    LInk subform

    I have a main form that is Order, using the order table. I have a subform which uses OrderItems using the Items table. Now how do I link it so that only a Order's OrderItems appear in the subform. Both table have the key of Order_id. How do I filter on only the main form's current Order...
  8. DeanReedy

    Stored procedure not synchronous

    I have a stored procedure and I would like it run synchronously. I runs asynchronously and I cannot trap when it completes. The following is the code I am using: Dim objCmd As New ADODB.Command objCmd.CommandTimeout = 180 objCmd.CommandText = "Test_Load" 'Name of stored procedure...

Part and Inventory Search

Back
Top