Search results

  1. J

    What query return save to variable

    I have a query, it return one value and I need to save that value in variable. How to do it ?
  2. J

    Function to write to table

    Is there a function to write to practicular field in table. For example wit DLookup function we read particular field from table, is there similar function for writing to field in table.
  3. J

    DLookup with two criteria (integer variable)

    Dim x As Integer Dim y As Integer x = 1 y = 2 a = DLookup("[field]", "table", _ "[field2] = " & x And "[field3] = " & y) In above example criteia is incorect, how can I write it correct.
  4. J

    How to display memo fields on forms.

    How to display memo fields on forms. How can we display memo filed, with his all huge content in textbox and in list box.
Back
Top Bottom