Search results

  1. D

    IF Function

    Great, thanks a mill :D
  2. D

    IF Function

    a subset of the data is attached. :o
  3. D

    IF Function

    Once i put IIf(Not IsNull([Locally Assigned RB]) And Not IsNull([Assigned RB]),[Locally Assigned RB],[Locally Assigned RB] & [Assigned RB]) into my criteria of my 3rd column and hit Run, it comes up with 0 records found.
  4. D

    IF Function

    i put that in Column C: but get no results :( IIf(Not IsNull([Locally Assigned RB]) And Not IsNull([Assigned RB]),[Locally Assigned RB],[Locally Assigned RB] & [Assigned RB]) ---Locally Assigned RB = Column A and Assigned RB = Column B--
  5. D

    IF Function

    thanks a million. giving it a try now :D
  6. D

    IF Function

    If both columns are populated then i'll use whats in Column A
  7. D

    IF Function

    i can't because sometimes both Column A and Column B has Values in it. Needs to be the "IF" statement & also needs to be done in Access.
  8. D

    IF Function

    Hi i need help using the "IF" function i think. Basically i have 2 "columns" A B aaa aaa aaa aaa Basically if i have say Column A that has some fields filled in and Column B...
Back
Top Bottom