Search results

  1. T

    Problem when checking if memo field is empty

    and thanks for ted.martin:D
  2. T

    Problem when checking if memo field is empty

    Thank You tehNellie and Brian problem solved:)
  3. T

    Problem when checking if memo field is empty

    Yes I have just tried: if Len(kontrole.Fields("Aprasymas").Value) = 0 then if Len(kontrole.Fields("Aprasymas").Value) = Null then if kontrole.Fields("Aprasymas").Value) = Null then if Len(kontrole!Aprasymas.Value) = Null then And always function executes Else clause. And the strangest thing...
  4. T

    Problem when checking if memo field is empty

    Hello wise people, maybe somebody can help me? Here is the situation: I need to merge 2 table fields, one of which is "memo" data type and other is "text". The problem arises when I check if the memo data type field is empty. I tried checking if this field is equal to "Null" or "", but the...
  5. T

    Subform header problem

    Hi Everybody, I have a small problem for which I haven't found answer in this forum. Maybe I wasn't searching right :) Maybe somebody has encountered similar problem: I have a form and a query based subform which is in Datasheet view. I need to write names of the colums vertically in that...
  6. T

    integer to string

    Thank's Alc This works perfectly ;)
  7. T

    integer to string

    Hi everyone, I'm very new to Access, but I keep learning it with the help of this forum, but came up with the problem for which I can not find solution. i'm runing code: Private Sub Command44_Click() Dim rsItems As ADODB.Recordset Dim ID As Integer Set rsItems = New...
Top Bottom