Search results

  1. D

    Autocomplete of Foreign Key fields

    How do I do that exactly?
  2. D

    Autocomplete of Foreign Key fields

    In my database I have 4 different forms that relate to the same pieces of casework. They are 'Person Information', 'Incidents', 'Actions' and 'Outcomes'. The Primary and Foreign keys are set up as follows: Person Information - IPSOref (PK) Incidents - IncidentID (PK), IPSOref (FK) Actions -...
  3. D

    Between 2 dates

    Is there something you can use to automatically generate the last calendar month as well?
  4. D

    Please please please

    Thanks! I appear to be set up and working!
  5. D

    Please please please

    Exactly what you wrote above ie: Between "#" & [Enter Start Date] & "# And #" & [Enter End Date] & "#"
  6. D

    Please please please

    Thanks but when I did it I got the following error message: 'You did not enter the keyword And in the Between...And operator The correct syntax is as follows: expression [Not] Between value1 And value2' So what to do?
  7. D

    Please please please

    Thanks Bob. I forgot to mention that I'm stupid though. Do I copy and paste this into the criteria section of the query? The statement currently in the criteria part that isn't working is '>=[enter startdate] And <=[enter end date]'
  8. D

    Please please please

    Sorry to resurrect this old thread... This date issue is the only thing that isn't working now. The rest of the database is fine and dandy. On the records that I want to pull out, the dates have to be entered as mm/dd/yy and then Access reformats them to display the dates as dd/mm/yyyy and...
  9. D

    Please please please

    Yes, thanks
  10. D

    Please please please

    :) Clear enough. The code is as I quoted in the previous post as in the criteria part of the query. It doesn´t seem to regard the dates at all. It just pulls out all the records.
  11. D

    Please please please

    Thanks for the help on this. I´ve realised why the records weren´t showing. Basically because I had linked tables and they wouldn´t display the ones with null values. However I have another problem...I´ve entered the code as above and it doesn´t seem to have any effect on the dates of the...
  12. D

    Please please please

    It only pulls out some of the records. Going by the month of Feb, we had 113 cases. When I searched by date, it only pulled out 89 of them.
  13. D

    Please please please

    and if so, how will this affect the data already in there?
  14. D

    Please please please

    Yes it is. Do I have to change it to a text field?
  15. D

    Please please please

    Anyone? Can anyone tell me why it won´t display certain fields that I know fall within the date range?
  16. D

    Please please please

    the dates in the colum refer to date of contact.
  17. D

    Please please please

    Ok, I´ve checked the SQL and it is using ´date of contact´for this criteria. why is it not displaying records that have this field completed and fall between these dates?!?!
  18. D

    Please please please

    Great. That seems to work, except...does it calculate the dates on when the records were entered into the database? I´m trying to link these dates to a field called ´Date of contact´so we can sort them by this.
  19. D

    Please please please

    Thank you. Let´s try...
  20. D

    Please please please

    Thank you. So where exactly do I copy and paste what you´ve written into the query sheet in design view?
Back
Top Bottom