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 Mike Lewis 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: jmhicsupt
  • Order by date
  1. jmhicsupt

    Normalize multiple fields into one

    I have a database that has the following: Manager Supervisor Secretary Joe Doe Susan Doe John Doe Where Manager, Supervisor and Secretary are three separate fields. I would like to change to so that I have a "Title" and "EEName" field: Manager Joe...
  2. jmhicsupt

    create email address

    I have employee's name in one field. The field is displayed as doe, john. I now need to display the field as john.doe. How would I do this? Thanks in advance.
  3. jmhicsupt

    Calculate total from two tables

    Thanks for the quick response. I was not totally clear. In my report, I only want to display the products apples and oranges. However, the customer may also have grapes and plums. So I want to get the total value of the customer in the query. Apples = $1.00 Oranges = $1.00 Grapes = $1.00...
  4. jmhicsupt

    Calculate total from two tables

    I have two tables and I would like to calculate the total amount of sales from one of the table. In MainTable: Customer (maintable.customer) In SubTable: Customer (subtable.customer) Product (subtable.product) In my query, I am limiting the products to "oranges" and "apples". However I...
  5. jmhicsupt

    Total of multiple records in subform

    I have a query based off of a subform. The subform will have multiple entries for the client's name. Then they will also have the amount that we invoiced them. Is there a way to have a total column that would sum up all of the invoices? I need this field so that I can sort the records by the...
  6. jmhicsupt

    Add new record in subform at top of subform

    Is there a way to have the user in the subform add a record at the beginning of the subform? My subform has many lines and I would like the user to be able to have the most current date at the top and then when they press Ctrl+ they get a new line at the beginning of the subform. Thanks in...
  7. jmhicsupt

    Checkboxes to produce report

    I have a database that many managers access. I would like each manager to be able to click on their respective office locations to see their locations they are responsible for. Some managers have more than one location. So what I am trying to do is - if more than one checkbox is chosen, then...
  8. jmhicsupt

    Need form that supervisor can approve all records

    I have a mainform and a subform. On each record in the mainform is the district name. Then on the subform are the employees and their associated travel. Now I need a way for the supervisor to see all records for their particular district and then approve the travel. What is the best way to...
  9. jmhicsupt

    ODBC Query - Cannot get external data

    I am trying to do a ODBC connection with an Access database. However when I do Get External Data, the only option I have is for the tables, not the queries. What do I need to do so that I can see the queries? I have already built the queries and all I want to do now is have an Excel file...
  10. jmhicsupt

    Excel: Conditional Data Validation List

    Duh on me. I figured it out based on the above. Thanks - this site is so helpful!
  11. jmhicsupt

    Excel: Conditional Data Validation List

    I am trying to do the same thing here -- "I have data validation for a drop down list with a condition with the named ranges to populate the dropdown". The response said to use INDIRECT formula. I don't understand how to do this. Can you give me the formula of how it would be written...
  12. jmhicsupt

    Display top date value in report

    What would I group the query? Fieldnames: EECommentDate (date field that I would want the latest comment) EEComments (memo field that contains the comment) QryEEInfo is name of query Thanks in advance.
  13. jmhicsupt

    Display top date value in report

    I have a report based off of a query. In the query is a field [EECommentDate]. In the report, I want to display the latest comment only on the report. How would I do this? Thanks in advance.
  14. jmhicsupt

    Assign points based on value

    OK, success by using just your first formula. Now I have another question to complete my report. There were four sets of queries which I combined with subforms. Qrysalesrank Qrysalesunitssold Qrysalesstorerank ... Now I need to add up all of the rankings to get the top achiever. In other...
  15. jmhicsupt

    Assign points based on value

    I tried your first code for the Dcount. That works wonderful except I would like to start at "1", not "0". Is there a way to start at 1?
  16. jmhicsupt

    Assign points based on value

    Thanks for the quick reply. The scores of 10 and 8 are predetermined values. So I need to assign these values to the sales reps according to their rank. So the top sales rep would have 10 and the next sales rep would have 8. Query name = qrysalesrank So do you know how I would figure this out?
  17. jmhicsupt

    Assign points based on value

    I have a report that I need to assign ranking values to based on how the sales rep performed. If SalesRep1 has 15 sales and SalesRep2 has 10 sales, then I want to assign a Point value to the highest sales rep of 10 points; the next sales reps of 8 points and so on. So SalesRep1 would have 10...
  18. jmhicsupt

    Combine datasheet field on one line in report

    I have a subform that has [Products] as a field. I would like to combine all of the entries on one line in a report. For instance: Line 1 = apples Line 2 = pears Line 3 = oranges I would like to display on the report on one line: apples pears oranges Is there a way to do this? Thanks in...
  19. jmhicsupt

    Populate subform based on 2 fields

    Thanks - this worked great.
  20. jmhicsupt

    Populate subform based on 2 fields

    I have a main form and a subform. I need to populate a field based on the value of two other fields – one field resides in the main form and one field resides in the subform. Mainform field: SaleType Subform field: ProductType Field to be populated (resides in the Subform): OrderNumber...

Part and Inventory Search

Back
Top