Search results

  1. L

    Banding data

    Again, thanks So I have a column called Project Fee, which has all the values I want to bracket. Have created the table with the 3 columns as suggested How do I get the Bracket Result in the query??
  2. L

    Banding data

    Thanks I dont understand where I am supposed to typr the bot about STartNumber>= etc???
  3. L

    Banding data

    morning all I have a list of values that I would like to put easily into bands like 0-100 101-200 201-300 If there something easy I can do, and i have values ranging from 0 to 25,000 Thanks
  4. L

    Missing sequential numbers

    hi all I have a list of what should be sequentaia numbers, but I am finding instances were a number seems to be missing Is there a way to query the whole dataset and find all missing instances without having to trawl he list? Thanks Lee
  5. L

    Multiple @if statements

    morning all I have the following data set: Name Date Start PostCode EndPostcode I have sorted the data by Name and Date I want to be able to say that if the Name is the same as the Previous Record, and the Date is the same as the previosu record, then the Start PostCode is the End...
  6. L

    The day of the Week

    Hi all I have a list of dates on which tasks were performed. I want to be able to see if there is a pattern, i.e. lots done on a Monday Can I extract the Day from the date, and return a value Monday, Tuesday, Wednesday etc?? Thanks
  7. L

    Extract PostCode

    i wanted the query to be a Make Table query
  8. L

    Extract PostCode

    Clever, thanks If i run the query as a Select query it works fine, but whn I try to create a Table I get the subscript error again. If i just click End it eventually works???
  9. L

    Extract PostCode

    Great, thanks I've managed to get that bit working. However some of the results are blank. ANy idea's 95 Willian Road, Hitchin, SG4 OLS has returned a blank result
  10. L

    Extract PostCode

    am just running a query against the data that I included in my original post Thanks
  11. L

    Extract PostCode

    am now getting Subscript out of range and its highlights the following: tmpPCode = tmpArr(pLoc - 1) & " " & tmpArr(pLoc)
  12. L

    Extract PostCode

    thanks now getting the following: Compile Error: only comments may appear after End Sub, Ed Function or Ed Property at the following: 'UK Postcode Public Const rgxZIP_UK = "(?:(?:A[BL]|B[ABDHLNRST]?|" _ & "C[ABFHMORTVW]|D[ADEGHLNTY]|E[CHNX]?|F[KY]|G[LUY]?|" _...
  13. L

    Extract PostCode

    have copied everything as suggested and saved as a module have also copied all the code for the other module When I debug though I get Complie Erro: Arguement not optional, and it highlights the rgxValidate text
  14. L

    Extract PostCode

    forgive me am fairly new too this, so havent done what you ahve suggested as dont know how to????
  15. L

    Extract PostCode

    Thanks Keep getting an Undefined function error
  16. L

    Extract PostCode

    Thanks Were do I put the code so that I can access it??
  17. L

    Extract PostCode

    hi Examples as follows: 14 Bude Crescent Stevenage Hertfordshire SG1 2RE 134 Hanging Hill Lane, Hutton, Brentwood, CM13 2HG Thanks
  18. L

    Extract PostCode

    Hi all I have a table with a string field included for an address. Some rows have postcodes and some dont How can I extract the PostCode values from the field please?? Thanks
  19. L

    Find latest date

    Thanks, works a treat
  20. L

    Access Dashboards

    I have numerous Management info that I want to display, and want to be able to drill down
Back
Top Bottom