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 wOOdy-Soft 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: cdodson
  • Content: Threads
  • Order by date
  1. cdodson

    Fractions in Word

    You know how Word automatically reduces 1/2 and 1/4 to a subscript type font? How can I do the same thing with 1/3, 1/8 etc?
  2. cdodson

    Word XP - Not enough memory or disk space to display the picture.

    I have a 113-page Word document with many photos and a lot of formatting. I keep getting the message "There is not enough memory or disk space to display or print the picture." The computer has 512MB RAM 1.8 MHz clock speed and is only using 6.06 GB on a 15.6 GB partioned drive...
  3. cdodson

    Word file size getting too big

    Here's a baffling problem. I am replacing my *.jpg's in a Word file by deleting it, and linking to its equivalent *.bmp like so: Insert => Object => Create from File, checking "Link to file" and then browsing and opening the *.bmp file. I'm doing this with the intention of decreasing...
  4. cdodson

    Image numbering in Word 2000

    Is there a way to assign variable numbers to photographs in Word (ie: Figure 1-1, Figure 1-2, etc) so that if an image gets inserted somewhere along the way these numbers will adjust accordingly? I'm looking for something with the functionality of the page numbering but applies to images that...
  5. cdodson

    SendKey SPACEBAR

    How do I send a space command with a SendKeys statement in Access 2000? {SPACE} or {SPACEBAR} doesn't work although there are 3 different codes for the Backspace key. TIA, Carey
  6. cdodson

    Finding and modifying records

    Hello all, I'm a newbie to VBA programming so what I say here may not make sense. To best describe what I'm trying to accomplish I will use pseudocode: 1) Command Button Click Event: Search for record with the value of "CompanyName" and "FirstName" from frmImportForm 2)...
  7. cdodson

    Find the Matching Recordset

    Here's one that is probably easy for you but difficult for me. I want to be able to select a record from my Combo Box: Sub Combo33_AfterUpdate() ' Find the record that matches the control. Me.RecordsetClone.FindFirst "[LastName] = '" & Me![Combo33] & "'&quot...

Part and Inventory Search

Back
Top