Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: titans514
  • Content: Threads
  • Order by date
  1. titans514

    Force New Page when textbox is filled.

    Hi all, Can anybody point me in the right direction, I have created a unbound report and use adodb to populate the report. The report is lengthy, but one of the fields is a memo field, when this field is filled up how do I have it print on an additional form in my access database. Any ideas or...
  2. titans514

    Utilize instr function to find out how many line char in textbox

    Hi, I have a report and I have only 21 lines that can be used for a memo field. I have other information underneath that is filled in by a recordset. Is there a way to utilize the instr function or anyother function to find out how many carraige return's and line feeds are in the textbox. Are...
  3. titans514

    Refresh form for all users.

    Hi, I have a form that utilizes a listview controller, the form is used by three different users, i would like to have the information dynamically refreshed each time a user enters information. Any help is greatly appreciated.
  4. titans514

    Make Subform act like List Box.

    Hi, I am trying to create a subform that will behave like a list box. I need to conditionally format the listbox with different colors. After research, I've come to the conclusion that there is no way to do this with a list box. I am attempting to now create a subform, but I was wondering if...
  5. titans514

    Help with Like Statement.

    Hi, I am new to programming and I was wondering if anybody could help me with a LIKE statement to return values for LastName and FirstName. I tried the following, but it did not work. ME.LIST0.ROWSOURCE = "SELECT * FROM TABLE WHERE FIELD LIKE '" & ME.TEXT0 & "'" I tried...

Part and Inventory Search

Back
Top