Search results

  1. L

    For Each Record in Table ....?

    Hi, I never used this function in VBA because I am bit confused how to use it correct. So, I have table GL_LINES with Colums LINE ID, bla bla bla, GL_LINE_FLAG I want that after click on button GL_LINE_FLAG column lines are updated to "1" with specific LINE_ID. I try use For Each //In but...
  2. L

    Dlookup + Date

    Hi, I tried a lot of times, search over internet... but no luck. Table: tbl_CUR_RATES [...] CUR_ID - Num CUR_DATE - date/time Form: frm_RATES with button which get CUR_ID on specific date: 1. frm_CUR_DATE 2. frm_CUR_ID On click for that button is such code in vba... Me.frm_CUR_ID =...
Back
Top Bottom