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 SkipVought 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: *

  1. titans514

    Uppercase first character

    Try this I got this from this site strconv(me.text1.value,vbpropercase) Works great and easier than writing all that code. Later.
  2. titans514

    Force New Page when textbox is filled.

    No, it isn't working. I probably should have explained better. I have a report with approximately 80 fields, it is a complex report. The main part of the report is a textbox which incorporates a string array to list names accordingly. It can vary from one name to one hundred. Underneath the name...
  3. titans514

    Force New Page when textbox is filled.

    Only problem with that is that there is information underneath the page break, when I insert the page break I can no longer see the other information. Thanks for the post.
  4. 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...
  5. 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...
  6. titans514

    Refresh form for all users.

    Worked like a charm, used a little different approach but the philosophy was the same. Thanx FancyPrairie.
  7. titans514

    Refresh form for all users.

    FancyPrairie,Thanks for the response will give it a try. Thanks again. Will let you know how it worked. titans
  8. 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.
  9. titans514

    Make Subform act like List Box.

    The information is presented to the user as follows: carnumber casenumber location timesent 404 004565 New Jersey 0900 hrs. i utilize the reference number on column(0) and hide it. then when the user clicks it allows him to change the time of the unit. Colors help the...
  10. titans514

    Make Subform act like List Box.

    Paul, The Mouse Pointer worked well, but I could not get the subform to act like a list box. Back to square one, maybe time to move to vb. Thanks for your help.
  11. 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...
  12. titans514

    Help with Like Statement.

    That was it, could not get down the quotes in the right spot. Thanks a bunch.
  13. 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