Recent content by 109bow

  1. 109bow

    formatting a cluster column chart

    unfortunately the zipped file is too large to attach :(
  2. 109bow

    formatting a cluster column chart

    mike60smart, thanks for the reply. After trying the options in the property sheet I still have not been able to remove the 0s and 1s from the chart. Its weird as I've created cluster bar charts before but had this issue. Any other suggestions would be welcome.
  3. 109bow

    formatting a cluster column chart

    Good afternoon, I have a cluster column chart in a form that is displaying values below what I would call the x-axis, see photo chart1. This chat is based on a table, see table1 and 2. I wish to not display these values, but so far have not been able to find out to remove them. As a novice I've...
  4. 109bow

    Count number of rows depending on criteria

    The_Doc_Man, many thanks for taking the time to reply. Its taken me a while to get my head round this, but still not there. I have created some formulas based on your formula and created another query to get the results I need query3. I'm struggling to create a line graph based on the results...
  5. 109bow

    Count number of rows depending on criteria

    Morning guys, With plog's help my previous question has been resolved and I have been able to create the chart I was hoping for. I am now hoping, with some help, to create a table in form "forcast_planning2_form", that gives the number of rows in query "forcast_planning2" that are within a...
  6. 109bow

    Solved filter results in a query

    plog, many thanks for taking the time to reply. I will try and answer your questions as bet I can, 1, I am four queries away from the main data table. My database has evolved over time meaning it is by far from being the most streamlined database, but for now it works. 2, MaxofIDnumber was...
  7. 109bow

    Solved filter results in a query

    Good evening all, being a very novice user of Access I'm hoping for some help. I have a query, forcast_planning, which contains multiple rows of data for each number, 01 to 94, in column shortno. What I need is a query that shows two rows for each shortno, 01 to 94, one where Cartype is Motor...
  8. 109bow

    send an email using recipients from a query

    I have a query which I need to email in an excel format to a changing list of recipients. The recipients are held in a query "email_lastturndata_qry" using the field "email_address" for the recipient email addresses. I have this code so far, Private Sub emailpostturndiameters_Click()...
  9. 109bow

    Adding autonumber to a table

    Pat thanks for the reply. I have looked at your code and to be honest it’s pretty much witchcraft to me. It seems I am still grappling with the basics of dB design!
  10. 109bow

    Adding autonumber to a table

    Thank you for taking the time to reply. My database did appear to be working how I wanted, but someone came up with a suggestion to improve data input that has meant the need for the joining of the two tables into one. For the time being I have used the following code: Function Resetno()...
  11. 109bow

    Adding autonumber to a table

    CJ_London, the Excel file contains new and amended to existing records. As I say I'm still learning Access, would an update table allow addition of new records and the modification of existing records?
  12. 109bow

    Adding autonumber to a table

    Thanks Pat for your reply, I'm an absolute novice with code, but will attempt to use your code.
  13. 109bow

    Adding autonumber to a table

    I agree its seems a very convoluted way about things, but as I'm still a novice to Access it seems to work for me. table1 is the result of an imported Excel file and table2 is one where records can be added and mended. They are then brought together to give a complete history of all train wheels...
  14. 109bow

    Adding autonumber to a table

    I have two tables, which are joined by a union query. This is then appended to another an other table, called joined_data_tbl. Before appending the data from the union query, I run a delete query to delete all the records from joined_data_tbl, this is because some of the data in the original two...
  15. 109bow

    Problem using DMax with other criteria

    gpgb, thanks for your interest. I have now managed to resolved the problem by attacking it in different manner.
Back
Top Bottom