Search results

  1. C

    Combo box values depends current record.

    Hi! I'm looking solution how to set combo box rousource so all previous records not depends current record. Its something like this How To ...http://support.microsoft.com/?kbid=209595 BUT it works fine when i using form view but i need datasheet view. etc. there are list of items one column...
  2. C

    data from query

    1.) I want use in Report Can Grow and Can Shrink. Now if in guery, where is the Report data, is specified word in column then Grow and everything else Shrink report Header1 panel Found the solution how it works with msgbox (yes/no) but how i make clear to take the value in query? 2.) How to...
  3. C

    Add new record

    How to add new record in table when it is not in my combo box without open source table? Sample: Add data into Form to tblTotal. Select record in combo box (combo box source is in tblTable2) ... Oops there isnt record what i want insert. MsgBox promt me add new record [OK] or repair selection...
  4. C

    Array, isArray

    How to use array and isarray? I'm not good in VBA but i learning ;) code is something like this Public Function Test(a As ?) Array1(3 to 4) Array2(5 to 99) If a = IsArray(Array1) Then Test = "Text1" Elseif a = IsArray(Array2) Then Test =...
Back
Top Bottom