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!

Recent content by Thorny

  1. Thorny

    Data Input Restriction

    Apologies for being vague, I have a combo box with the institutions being selected prior to the account numbers being input, each instituion has its own account number format. Does this make it any clearer?
  2. Thorny

    Data Input Restriction

    I have textbox that is going to capture account numbers of varying length based upon the Institution they belong to. If for example an account has 9 digits I would like the text box to stop accepting the user input once the 9 digits have been entered?
  3. Thorny

    Order of Events

    I tried putting my code in the On_Change event, doesn't work, have also tried the On Key Up, Down and Press events. Add the following code in the: Private Sub Textbox_Change() MsgBox Texbox End Sub If I key in the number 1 into the text box, surely the number 1 should be displayed in the...
  4. Thorny

    Order of Events

    I have a text box in which users are to enter numbers, I would like a function I have created to be triggered after each number has been entered not only after the text box has lost focus or by using the After_Update event. Please help, have wasted alot of time to no avail with this
  5. Thorny

    Runtime Error

    I am getting the following runtime error message when I try to use the following code: Error message: Method 'Item' of object 'Forms' failed Offending line of code: Forms!frm_main!txt_user = cbo_user_id The Form "frm_main" is open and cbo_user_id contains a value as well. This code runs fine...
  6. Thorny

    Not all Text displaying in my report

    I have a comments field in my database, I have set the datatype of this field to "Memo" to allow more than 255 characters, this displays fine on the form but when I try to display it on a report it cuts off the characters after 255 characters. Please help
  7. Thorny

    Microsoft Date & Time picker control

    Thanks alot Jim & Ben for your replies, Jim I think you're right in that I don't not have ODE and so the licensing is not being done properly. Ben I think I will take up your offer of using your datepicker, thanks. Thanks again
  8. Thorny

    Microsoft Date & Time picker control

    I have copied the MSCOMCT2.OCX file to my machine and registered it successfully but I am still coming up with the following error when I try to place it on my form: "You don't have the license required to use this ActiveX control" Please could someone lend a hand
  9. Thorny

    I am trying to use ODBC to link to

    I am trying to use ODBC to link to a Sybase table and am getting the following error. Reserved error (-7778); there is no message for this message. Any suggestions
  10. Thorny

    Connecting to a Sybase database from VBA using ADO

    I have successfully connected to a Sybase database but it does not give me write access to this database only read, I am using OLE DB to connect, I get the following error when I try to add a new record to the recordset. Please help. Run time error '3251' The operation requested by the...
  11. Thorny

    Getting live stock quotes

    I am trying to get stock quotes directly into my spreadsheet in Excel 97, can anyone offer any advice on how to do this
  12. Thorny

    Getting Stock quotes directly into Excel 97

    I am trying to get Stock prices for the companies that I have invested in directly into my Excel 97 spreadsheet. Can anyone help me with this?
  13. Thorny

    Help with suming a list in Excel

    I have got a deals sheet in my workbook, this sheet contains all Foreign currency deals for all my clients. It contains column headings like Buy Ccy, Buy Amt, Sell Ccy, Sell Amt, Ref No. The Buy Ccy column contains the Currency type bought eg. GBP, Buy Amt is the amount of this currency, this...
  14. Thorny

    Dsum function in Excel

    Can anyone give me an example of a how the Dsum function is used in excel? Thanks

Part and Inventory Search

Back
Top