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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.