Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by morningla

  1. morningla

    Excel cell, possible to have formula and text together?

    I see. Thanks. It worked great. Could you explain to me what the 0 means? when I format the custom cell? 0 " Holiday(s)
  2. morningla

    Excel cell, possible to have formula and text together?

    oh i already got it to work with this =COUNTIF(C2:C366,"0")&" Holidays" and it displays: 12 Holidays exactly what I want... the 0 was my citeria. thanks! & was pretty much the function I was looking for. I just had my syntax wrong when I tried to put the text in the front. "Holidays...
  3. morningla

    Excel cell, possible to have formula and text together?

    i got it to work thanks. i needed something like this =countif(D1:D10,"0")&" Days
  4. morningla

    duplicate names, first 2 charaters only

    it worked great, thanks! is there a way to customize what fields would be display? it's displaying everything now and won't let me remove or edit anything.
  5. morningla

    Excel cell, possible to have formula and text together?

    Sorry, I don't mean the formula itself, but I need to display the result of the formula, and some text after that. sounds simple, but i don't know where to find the correct syntax.
  6. morningla

    duplicate names, first 2 charaters only

    My version of Access is 2002, maybe that's why it keeps crashing?
  7. morningla

    Excel cell, possible to have formula and text together?

    I am trying to display a formula with text in the same cell, is that possible? i tried concatenate but that only joins text. i can't do it in the next cell, as the table format won't look right.
  8. morningla

    duplicate names, first 2 charaters only

    ok, so the sql is already working, but there are a few names sneaking by, when repeating characters in first/last names overlap. see below examples: Last Name First Name Brassard Brett McLellan Brad Onciul Brad Ontkean Braedon Brown Christopher Brochu Chelsey McElroy Chris Skrypnuk Dan Skelly...
  9. morningla

    duplicate names, first 2 charaters only

    i was able to narrow it to SELECT SeasonalHireTable.[Last Name], SeasonalHireTable.[First Name], SeasonalHireTable.[Middle Initial], SeasonalHireTable.[Applicant ID] FROM SeasonalHireTable WHERE (((Left([First Name],2)) In (SELECT Left([First Name],2) FROM [SeasonalHireTable] As Tmp GROUP BY...
  10. morningla

    duplicate names, first 2 charaters only

    thanks for the reply, i'm still trying it out. I'm fairly new with access. The only thing I know so far is very simple citeria. The code you gave me, do i need to write that as a new macro? or can i put it under my citeria in query? My feilds are First Name and Last Name and my table is called...
  11. morningla

    duplicate names, first 2 charaters only

    How can I display results if just the first 2 characters of both these fields: First name, Last name match? eg. 1. cathy mcdonald 2. carmen mcfarlane will be displayed as duplicates.

Part and Inventory Search

Back
Top