Don't quote me on this as it has been over a year since my original post. But I think what caused this issue was the file that I was referring to was on a network server. When I went to print the file I had to do so on a machine using an earlier version of Word and earlier OS (NT or W98) than...
After wrestling with this a little more I am beginning to suspect this is caused by a network problem. I copied two of the pages to a new file and saved new the file on my hard drive. This new file contained 4 graphics, only 1 of which showed up. The other three were white square boxes that I...
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...
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...
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...
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
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)...
Thank you. With your input I was able to go back into the Combo wizard. It solved the problem with this code:
Private Sub Combo43_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ContactID] = " &...
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] & "'"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.