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 strongm 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: mhall
  • Order by date
  1. mhall

    How to search on a specific character in a field?

    Hi I have a database which contains drawing numbers, the first 5 characters are a sequential number, the last three can alter depending on what type of drawing it is. eg 01234PAP. I know how to search this field for a character but the letter A can exist in position 7 and 8 and I only want...
  2. mhall

    Graphical Display

    Thanks this is exactly what I want
  3. mhall

    Graphical Display

    Hi I have writen a program that produce a list of coordinates that make up the profile of a gear wheel. I now want to show this profile on screen, I never done this before has anybody got any suggestions. Thanks Matt
  4. mhall

    Multi line text in text field

    Hi I want a text field to have the ability to have multiline text. I have set the multiline property to true but i want the return key to start a new line in the text field. can anyone help. Thanks in advance
  5. mhall

    Recordsets from Stored Procedures

    Hi I am using the following code to run my stored procedure and the creating a recordset to hold the results so that I can move through and display the results. My problem is that the recordcount function and previous functions of the recordset do not work could anybody tell me why...
  6. mhall

    Parameter array to SQL stored procedure

    With cn 'Establish DSN-less connection .ConnectionString = ConnectionString .ConnectionTimeout = 10 .Open End With Set Qr.ActiveConnection = cn Qr.CommandText = "sp_get_comments" Qr.CommandType = adCmdStoredProc 'create parameter...
  7. mhall

    showMessageDialog

    I am using a JOptionPane to display a message, my problem is that I would like to display this message on several lines e.g. text1 =1 text2 =2 instead of text1 = 1 and text2 = 2 Thanks Matt
  8. mhall

    Double to Int

    Thanks problem solved
  9. mhall

    Double to Int

    I want to convert a Double to an Int to use the value in a progress bar, can anyone help. Thanks
  10. mhall

    Can the shift key be disabled in excel?

    I have used code in access to disable the shift key and would like to do the same in excel, is this possible.
  11. mhall

    Add text to memo field without overwriting existing text

    I have a form that contains several fields with pick list and a memo field. When a selection is made from one of the combo boxs text is entered into the memo field. The only problem is that this field could already have text entered. How can I add the text to a new line in the memo field using code.
  12. mhall

    Buttons, Do they allways have to be gray?

    Changing the colour of the text on a button is easy, but I would realy like to change the colour of the button. Is it possible?, if so how.
  13. mhall

    Change forecolor if original text in field is changed

    I have created a database that has a large number of forms and fields. The forms are completed and released for other users to view and edit. If the original information is change can the forecolor also change. Any Help would be greatly Appreciated.

Part and Inventory Search

Back
Top