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

    I test and try this first version and thanks a lot. It works now ;) my database is overview my outgoings and where i spend my money :) Now another feature - default value :) I know to set the value in properties but is it possible to use something like this: first record select value and...
  4. C

    Add new record

    I found it alrady and I work on it and thinking how tu use input msgbox. I know my VBA is not so good but i test and try and learn ;)
  5. 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...
  6. C

    Array, isArray

    I found solution when i using Select Case
  7. 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