Search results

  1. P

    "Tick" result used in a query result

    Hi - Is it possible to show a tick mark instead of the word "passed"? I have the character in wingdings font but not sure that can be used in this way? PassStatus: IIf([status]=0,"X",IIf([status]=1,"Passed","error")) Thanks PG:banghead:
  2. P

    Decimal value to time value

    As easy as it sounds I don't seem to be able to get this right. Looking for a query that will take a value say 4.5 and convert to datevalue in hours so will end up as 04:30:00 Any help appreciated. Thanks :banghead:
  3. P

    Odd and even

    Hi scratching my head to get an IIF for odds or even in numbers. Ie if its an even number state "EVEN" in column. Obviously if odd state "ODD".:confused: Any ideas please. Thanks PG
  4. P

    Postcodes - Return only TEXT before numbers

    Hi, I have a number of short postcodes ie S43 GU10 ME8 etc etc I want a run query to return only first characters before the numbers ie.. S GU ME Any ideas please? :banghead:
  5. P

    Query multiple status

    Hi, I am sure this is simple but cannot seem to get it right. I want to run a query that returns a "small" or "medium" or "large" etc on each respective row against another columns respective numeric value... < 500 = "small" 500 up to 1000 = "medium"...
  6. P

    Boolaean y or no if cell is text or number

    Hi, I am looking to add a column in a query that will give a Y or No to previous column data if it contains TEXT or NUMBER (It could read "TEXT" or "NUMBER" or even Y for text or N for number). Hope I have explained that properly.:rolleyes: Thanks
  7. P

    Query to produce boolean

    Can anyone help me with this? Produce a query that returns a yes or no (Y or N) field if other text field contains particular text (with wildcard on either side). Idea is to have a column for each preset word. Hope that makes sense, Access newbie :banghead:
  8. P

    Query remove spaces

    Hi I'm great at Excel but a newbie to ACCESS 2013. Can anyone tell me how to remove all spaces from text (Postcode). I have tried a replace function but any postcodes without spaces show as an #Error I would like it as a query not VBA. Thanks for your help
Top Bottom