Recent content by quest

  1. Q

    Solved Conditional formatting for date and text field

    thank you i will try that version also.
  2. Q

    Solved Conditional formatting for date and text field

    understand it is logical but why it give results no mater autonumber has gap or not. i am testing all the time what i am writing for results for this sample database autonumber sequence is 14, 15, 16, 17, 20 yet it is still working.
  3. Q

    Solved Conditional formatting for date and text field

    thank you i will study it.
  4. Q

    Solved Conditional formatting for date and text field

    so do you have some suggestion something that will work better
  5. Q

    Solved Conditional formatting for date and text field

    actually start working now like it needed time to start working.
  6. Q

    Solved Conditional formatting for date and text field

    yes i have autonumber field as primary key. i tried few different expresions none working. here is one [dtmDatumNaPriemot]<Nz(DLookUp("dtmDatumNaPriemot";"tbl_Boleduvanja";"BoleduvanjaID=" & [BoleduvanjaID]-1);[dtmDatumNaPriemot]-1)
  7. Q

    Solved Conditional formatting for date and text field

    thank you i wanted to compare with previous record to show me if new date isn't correct that means new date should be equal or bigger no smaller. smaller is mistake that is why should be in red.
  8. Q

    Solved Conditional formatting for date and text field

    conditional formatting for text field solved can anyone help with date field?
  9. Q

    Solved Conditional formatting for date and text field

    Hi, i am lately little obsessed with conditional formatting. i have two fields that i can not do (not sure how). first is that field in the new record (date field) should be equal or bigger than previous record and second is text field that shouldn't be different value (from three rows in the...
  10. Q

    Solved conditional formatting duplicates

    yes that was what i wanted. bingo. thank you.
  11. Q

    Solved conditional formatting duplicates

    my form is updateable i mean nothing is changed when i use red it means something need to be fixed so when i change that value and new is not duplicate red disappear
  12. Q

    Solved conditional formatting duplicates

    i tried something like DCount("*";"tbl_Boleduvanja";"[YearSearching]=" & [YearSearching] & " AND [Dokument]='" & [Dokument] & "'")>1 this didn't work this one too DCount("*";"tbl_Boleduvanja";"[YearSearching]=" & [YearSearching] & " AND [Dokument]='" & [Dokument] & "' AND [BoleduvanjaID]<" &...
  13. Q

    Solved conditional formatting duplicates

    i will read these later but now i need help. here is the database. same value, same field two different records. it is about field with hyperlinks (Dokument or Документ) and not last two fields Where this field for two records has same value.
  14. Q

    Solved conditional formatting duplicates

    here is screenshot of this little database with all conditional formatting. help i need is for the last field (hyperlinks) where this field for last two records has same value. if conditional formatting works value in the third record in hyperlink field should be red.
  15. Q

    Solved conditional formatting duplicates

    can you elaborate that little more i am not at that level it is to complex for me. for now i understand that i should add field in the query on which form is based.
Back
Top Bottom