Search results

  1. SirTKC

    Form filter using multiple values in a control

    Hi, I am using this [On Change] very simple but useful script to filter a continuous form. ================ Me.Filter = "ID LIKE '" & "*" & S_ID.Text & "*" & "'" Me.FilterOn = True Me.Requery Me.S_ID.SetFocus Me.S_ID.SelStart = Len(S_ID.Text) ================ Works very...
  2. SirTKC

    Adding blanks to complete report

    Hi there, I don't know if its possible but I would like to add "blank" records in order to fill the rest of the details section of the report. Lets just say for example that I have room for 20 lines in my report. But have only 13 records in my query results that will fill that report. I'dd...
  3. SirTKC

    Hello :-)

    Just wanted to say hi and how happy I am that I found this forum ! I was used to do a lot of simple things in Access but now it seems that I am required to produce stuff that sometimes I would bang my head on the desk... I hope you'll help me to prevent that. loll See you soon ;-)
Top Bottom