Recent content by JimmyG

  1. JimmyG

    Datatype Problem

    Excellent!!! Thanks for everyones help, I've got exactly what I needed now Sorry for posting the question in tables and reports, I wasn't sure where the problem lay and wasn't sure whether my tables or report needed changing! Thanks again :)
  2. JimmyG

    Datatype Problem

    If I keep the quantity as a numerical field then and use 0 to represent "any" is there any way to display 0 as the word "any" on my report? I'm not sure if this is possible in Access, but I think an IF formula would achieve what I need in Excel. The problem is the report creates a current price...
  3. JimmyG

    Datatype Problem

    Ok, I've integrated it into my query but it still doesn't sort the records as I need them. I've checked the datasheet view of the example you created and that doesn't sort them out numerically either... They are still appearing as text 100 1000 150 200 2000 Thanks for your help so far!
  4. JimmyG

    Datatype Problem

    Thanks for your help but i'm unsure how to use this. Which parts of the formula do I need to change to relate to my tables and fields? Also do I enter this as a new field or does it become the criteria for my quantity field?
  5. JimmyG

    Datatype Problem

    My database contains a table of quotation details. One field specifies quantity. In most cases the higher the quantity quoted the lower the price offered. However in some circumstances a set price is offered regardless of quantity purchased. If I set the datatype for the quantity field as a...
  6. JimmyG

    Datatype Problem

    My database contains a table of quotation details. One field specifies quantity. In most cases the higher the quantity quoted the lower the price offered. However in some circumstances a set price is offered regardless of quantity purchased. If I set the datatype for the quantity field as a...
  7. JimmyG

    Ongoing problem!!!

    Excellent! Thanks alot for your help. This problem has been driving me mad for ages I thought a simple solution was close!!!!
  8. JimmyG

    Ongoing problem!!!

    The products are tied to the customer by CustomerID in the product table. When I expand the combo box the product name and the Customer ID is displayed. I need to be able to filter the results of the combo box to only display thoses products with the same CustomerID as the CustomerID selected...
  9. JimmyG

    Ongoing problem!!!

    Hi everyone! My database contains two tables. The first table containing customer details and the second table product details. As the products are bespoke they are assigned to a customer (no two customers can order the same product) I have an order form which contains a subform. On the...
  10. JimmyG

    Analysis graphs for individual customers

    If it helps I think what I need to do is filter the results of my combo box to only include those products which are assigned to the customer displayed. the filter would then need to update the combo box as the records were navigated. I just included more detail in the first passage incase...
  11. JimmyG

    Analysis graphs for individual customers

    My database records order details for analysis. I have created a form to monitor individual trends in orders placed by my customers. As we supply bespoke items each customer has a list of products which they alone purchase, i.e we do not supply stock items, each item is specifically for one...
  12. JimmyG

    Filtering results - simple question

    I simple question I think... My database contains a form and a report. At the moment the report displays the results of every customer in my database. I would like the report to be lauched from a button on my form and filter the results displayed so that it only shows the results of the the...
  13. JimmyG

    Main form with subform and linked form???

    I have a database that I use to track marketing efforts. Amongst others I have three tables; customers, contacts and marketing activities. At the moment I have two separate forms, one form shows the customer details (the address, tel. number etc) with a subform containing the contact names for...
  14. JimmyG

    Mail Merge - email

    It's ok I've sorted it... Thanks for your help :-)
  15. JimmyG

    Mail Merge - email

    It sounds like the simpler solution recommended by Dana should work. Each recipient could receive the same newsletter, it doesn't need to be personalised. How do I export my recipient list into a CSV file thou? The list is in the form of a query at the moment. Thanks for your suggestions.
Back
Top Bottom