Recent content by kiko11

  1. K

    msgbox in index

    WHERE IS THE CODE ???
  2. K

    msgbox in index

    Yes I need to check for duplicates ( Id and Date ) if they duplicates the msgbox show
  3. K

    msgbox in index

    u r right . i want to show msgbox if the id and date is duplucated . Thanks
  4. K

    msgbox in index

    I have 2 fealds ( Id and date ) they are primery keys in the table , I want to prevent duplacte id to the same date . ( MSGBOX after update the date )
  5. K

    compare date

    Thank u Sccotgem 4 ur code , and thanks 4 Rich . it is right in beforeupdate and i modifi the code to that : If Me!inv_date < DLookup("[B_Date]", "tbl_Year") Or Me!inv_date > DLookup("[E_Date]", "tbl_Year") Then MsgBox "Invoice date outside of range", vbOKOnly DoCmd.CancelEvent SendKeys...
  6. K

    compare date

    u mean one row ? or what u mean ?
  7. K

    compare date

    First Thank u ScottGem for replay me . u r right , u understand what i want exact. my tblyear contan 2 fead not 1 , The 1st B_date , 2nd E_date Thanks again
  8. K

    compare date

    Is my Quest not clear ???
  9. K

    compare date

    Hello all Ihave tblyear contain ( B_date and E_date ) in anoter form have feald ( invdate ) i wnat ( Invdate) is between B_date and E_date of the tblyear. Thank u
Back
Top Bottom