Recent content by Mikusss

  1. M

    Help creating a multiple field search form

    What you need to do here is to do a VBA code with dinamicly concotinated SQL query ... and pass your input fields as a parameters for WHERE clause ... Here is code example u can may be use, this one takes a values from the various fields on the form, build query and populate list box with the...
  2. M

    Access migration to SQL server issue

    Good day dear experts, I have a global question about the access migration to MSSQL serv , a lot of solution in google, but no clear anwers... well just want to see your proposions: i'm now splitting between two ways, to use ODBC linked table connection and MDB file as front. or use ADP file...
  3. M

    Reference for Canvas class...

    What, really nobody knows? weard .... weard .. :confused:
  4. M

    Reference for Canvas class...

    Hallo dear experts, I have a problem with using Canvas class, as well as other graphical istruments. I tried to use this class, but it seems that it doesnt supports by referenced libraries. What library i should use ? I cant make this declaration for instance: Dim canvas1 As New Canvas Here...
  5. M

    Open form for Insert problem ...

    Hallo , i have a problem here... I have two forms (F_Object, F_Images) and data sources for forms (T_Objects, T_Images)... F_Images is subform from F_Objecs, and its linked by Obj_id ... like T_Object.ID = T_Images.Obj_ID ... When I try to open T_Images form for Insert, i get a very first record...
Back
Top Bottom