Recent content by attman

  1. A

    Populating a list box with field from query

    I really appreciate the help thanks. I've learnt a such a lot here, it's just that I already had it working with subforms. Thanks again!
  2. A

    Populating a list box with field from query

    Just wanted to let everyone know that in fact I couldnt get text/list box to do what I wanted so I gave up and used subforms. Thanks anyway for your help.
  3. A

    Populating a list box with field from query

    Fantastic - Nearly there... 2 things : 1) The entry in my listbox is highlighted (black which I dont want) and 2) The list box doesnt "clear" when theres not an entry in the query for the ID
  4. A

    Populating a list box with field from query

    I guess Im doing something wrong as in the row source I put the name of the query (which has the 2 fields) and in the control source I can put literally anything and all I get is a list of what the query throws up...
  5. A

    Populating a list box with field from query

    No reason for the Listbox but the previous posts Ive read seem to suggest its easier doing it with a listbox rather than a textbox.
  6. A

    Populating a list box with field from query

    If I put the query in the record source I get all calculated fields rather than just the one for that record...
  7. A

    Populating a list box with field from query

    Hi - Thanks for your help. There are buttons on the form to move to the next record if thats what you mean?
  8. A

    Populating a list box with field from query

    I have a Pupils database where I have a form with Pupil name and ID. I have a query with a calculated field and the ID and this works great. I can display the associated calc on the form using a sub-form (I link the ID in the calc to the ID on the form) but I dont know how to get this value to...
  9. A

    Max not showing only the biggest date

    Im sorry I can only click the Thanks button once! Brilliant, fantastic, Thank you! Now comes the task of understanding the code.:p
  10. A

    Max not showing only the biggest date

    Is there anyone that can help me on this? I feel its close
  11. A

    Max not showing only the biggest date

    Attached is the database Im trying to get my query to work with. The Pupil table is held in a file called PACRdata which will need to be linked. Thanks to all..
  12. A

    Max not showing only the biggest date

    Im afraid not - is there a possibility of uploading the DB anywhere or is that a request too far?
  13. A

    Max not showing only the biggest date

    Thank you so much for your ongoing help but I'm getting Syntax error on the 2nd lot of code too... strange that the last character (d) is missing in the message? (thats not a typo)
  14. A

    Max not showing only the biggest date

    Im obviously missing something. It looks like this has to be done with 2 queries? I am not an SQL programmer so this is my problem. I took the first lot of code and pasted it in and I get "Syntax error (missing operator) in query expression 'max(dateout) BeingRead" - I dont understand where...
  15. A

    Max not showing only the biggest date

    I was in a quandry because it looked like my original post had changed substantially and as I hadnt had a further response I assumed that people thought it was solved - book title was being displayed (I apologise). With Inner join I couldnt get the book title. Believe me Ive tried left, right...
Back
Top Bottom