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 TouchToneTommy 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: AllenRitch
  • Content: Threads
  • Order by date
  1. AllenRitch

    Cannot Format or Calculate Cell Data

    I have a spreadsheet that was developed by exporting from a database (I don't have access to this database and cannot have the information re-ran). One of the columns has currency data, however, I cannot add or change the format. An example of the data within a cell appears as $45,652.32 when...
  2. AllenRitch

    Limit Scroll Capabilities within Excel

    I have a spreadsheet that someone else created, and he somehow limited how far I can scroll both vertically & horizontally within the worksheet. How is this done? Basically, you can only scroll as far as there's data that you're allowed to see. I know there's more data but I cannot scroll...
  3. AllenRitch

    Combining Duplicate Rows?

    I have the following: Account Desc 2004 2005 100200 CASH $3,000 $4,000 100200 CASH $2,000 $5,000 103500 BONDS $10,000 $6,000 104110 STOCK $1,000 $0 And would like to have: Account Desc 2004 2005 100200 CASH $5,000 $9,000 103500 BONDS $10,000...
  4. AllenRitch

    Report in Column Format

    I need to have a report shown in the following manner: Dept1 Dept2 Dept3 Dept4 Total Element 1 $300 $40 $0 $100 $440 Element 2 $1,000 $500 $500 $200 $2,200 Element 3 $400 $20 $0 $40 $460 Total $1,700 $560 $500 $340...
  5. AllenRitch

    Having Trouble With Formula

    Two areas contribute to a particular program each having different contribution levels and limits. As payments are made, each contributor should be charged their portion of the payment. The user need only enter the total payment amount and a formula porates the amount accross the two areas...
  6. AllenRitch

    GeForce2 MX/MX 400 Problem

    Computer: XP Professional Pentium IV 2.25GHz processor 512MB RAM GeForce2 MX 400 (Gateway) 64MB Video Card Problem: I won't run Halo: Combat Evolved. Rather, it state "Your Computer's video driver is known to have serious issues with this game. A newer version that is compatible may be...
  7. AllenRitch

    Error Using FindFirst Method

    Can anyone tell me why I might be getting the error "Method or data member not found" when using the FindFirst Method in a procedure? It works fine in another database I've built. And both databases are using the same Reference Libraries. Below is an excerpt of my code: Set dbs = CurrentDb...
  8. AllenRitch

    Calculate the # of days in a Month?

    Is there an easy way to calculate the number of days in a month or range of months? The NETWORKDAYS formula doesn't include the weekends and the DAYS360 formula is based on 360 days. I need it to be based on a 365 day calendar year (i.e. actual days).
  9. AllenRitch

    Formatting a textbox field for numbers?

    Is there anyway to format a textbox for decimal points or percentages (much the same way one would in a spreadsheet)? For example: if the user typed 1.08 in the textbox, I would like it to show 108% after they leave the textbox.
  10. AllenRitch

    How Can I Create a Vertical Line in an Access Report

    Is there anyway to create multiple vertical lines (i.e. Columns) in an Access report. I realize I could use the Line tool, but that would make the lines constant in length. I'm needing something that would expand or shrink according to the size of detail for each row of data. Any suggestions???
  11. AllenRitch

    Character Code for Webding Character

    Does anyone know the character code for the combination lock in Webdings? In Microsoft Word, it shows up as 00CF. But that won't work. HTML seems to only accept one digit codes. Thanks
  12. AllenRitch

    Open a custom Outlook form from an Access form?

    I would like to have a button on an Access form that opens a custom Outlook form I created. I know how to use the following code to open and send a default mail message, but of course, this isn’t what I need. Set outLookApp = CreateObject("Outlook.Application") Set eMailItem =...
  13. AllenRitch

    Problem Updating with Two Record Sets

    I'm trying to update two distinct tables in the same database using two seperate record sets. While the 1st record set (RDSet) is updated, the 2nd one (RDSet2) isn't. Below is the code I'm using along with the ASP error I recieve. Line 55 in the error message is the very 1st RDSet.Close...
  14. AllenRitch

    Problems with Redirect Statement

    Below is the code I am using and the include statement contains both the database & recordset createobject statements (among other things). I recieve no erros, and everything works except for the response.redirect statements found near the bottom just befor the VBScript Error Checker. Why not...
  15. AllenRitch

    Problems with Redirect Statement

    Below is the code I am using and the include statement contains both the database & recordset createobject statements (among other things). I recieve no erros, and everything works except for the response.redirect statements found near the bottom just befor the VBScript Error Checker. Why not...
  16. AllenRitch

    Syntax Error With ASP & SQL

    I have an HTM form passing values to an ASP page that creates a new record in an SQL database. And for some reason, I receive the following error after clicking the form’s submit button: Database Errors Occured -2147217913 : Syntax error converting the varchar value 'asp_qust17' to a column...
  17. AllenRitch

    Using SendMail in Excel

    I'm using the SendMail method in Excel to send a workbook for review then approval. The method, however, only offers three parameters (Recipients, Subject & ReturnReceipt). Is there anyway I can also send a message along with the attached workbook? Note that I'd rather not use the Route...
  18. AllenRitch

    Export / Save as MPEG, not AVI in Premiere 6.5

    With much frustration, I finally captured some video from my Sony DCR-TRV27 MiniDV using Adobe Premiere 6.5. When I saved the file, Premiere only gave me a few choices as the save option. I chose AVI since it seemed to be the best format in the list. Is there a way to have Premiere save or...
  19. AllenRitch

    I'm sending an e-mail from Access w

    I'm sending an e-mail from Access with the following code: Dim outLookApp As Outlook.Application Dim eMailItem As Outlook.MailItem Dim strTo As Outlook.Recipient Dim strCc As Outlook.Recipient Dim strRecipient As String, strRecipient2 As String strSubject =...
  20. AllenRitch

    How can I tell when an application is already open or loaded?

    I'm sending an e-mail from Access with the following code: Dim outLookApp As Outlook.Application Dim eMailItem As Outlook.MailItem Dim strTo As Outlook.Recipient Dim strCc As Outlook.Recipient Dim strRecipient As String, strRecipient2 As String strSubject =...

Part and Inventory Search

Back
Top