Search results

  1. L

    Isued & Returned Units inspected

    Hi, Hopefully I can explain my task that I have taken on:- I have two Data bases A & B A – gives details of work issued for inspection B – records the returned results of the work issued The main column heading are :- DataBase – A (issued Details of work to be...
  2. L

    Combine Tables

    Hi, I have three tables I would like to combine into one new table, the new table will be updated when any of the separate three are changed, the columns I want from each of the tables have the same column headings. Can you help? Cheers
  3. L

    Search from date + 7 days

    Hi, Ive managed to get this query shown below to work (lots of help from people on this site) it gives me results of record between two dates from a 'Search Button'. I'm now trying to use the same query set up, to get records for 7 days from the date I input into OrderDateFrom on the Form...
  4. L

    US to UK Date format

    Hi, I’m complete beginner challenging myself, getting relevant things I want to achieve from the internet and now this forum – I’ve managed to get this VBA below to work to a point. I’ve worked out that my dates which are UK format are treated as US format giving me random results (I can see...
  5. L

    Search between two dates

    Hi, Im using a form with two input boxes 'OrderDateFrom' & 'OrderDateTo' then I press search button with this code below, can anyone see any issues with it as it doesn't work ??? Cheers ______________________________________________________________ Option Compare Database Private Sub...
  6. L

    Query 7 Days

    Hi, I am a total beginner looking for a little guidance - I would like a criteria query that will give me records for a total 7 days from a certain date, Cheers LSTC
Back
Top Bottom