When you use PowerPoint 2000's help, and enter "vertical text" on the Answer Wixard tab, this comes up:
"Language-specific information
Select the object containing the text to be changed.
On the Formatting toolbar, click Change Text Direction .
Note The conversion to vertical text applies...
I have a form with an unbound field, I populate through VBA, whenever I move to a new record.
The data is from a hyperlink field in a table.
However ever clicking on the unbound field with the hyperlink doesx not work, with or without the form field property set to Hyperlink.
What gives?
Hello all,
having written a small single document application in VB6, with a few text entry fields, I see that Ctrl-C, Ctrl-V, Ctrl-X is working to Copy, Paste and Cut text without adding any code.
There's even a pop-up (context) menu with the option to select all text.
But please...
Hmm, well the link now changes but my menuframe goes blank (grey) when I click the image, and it's showing just the text:
[object]
By the way, I changed all the keywords you mentioned just to be sure.
I guess I don't understand this, but is variables recognized across diferent frames...
I have a hyperlinked image ("button") in a MenuFrame.
This link w/image, in my frame is defined like this:
<a id="link" href="http://www.SomeWhere1.com" target="_blank"><img name="button" src="Picture1.jpg"></a>
On my main page I...
Ok, the following works on a form:
SELECT tblPublicationTitles.* FROM tblPublicationTitles WHERE [tblPublicationTitles].[numPublicationTypeFKID]=[Forms]![frmPublicationsTEST]![numPublicationTypeFKID];
But only if I refresh the form data like this:
Private Sub Form_Current()
DoCmd.DoMenuItem...
Ok, the following works on a form:
SELECT tblPublicationTitles.* FROM tblPublicationTitles WHERE [tblPublicationTitles].[numPublicationTypeFKID]=[Forms]![frmPublicationsTEST]![numPublicationTypeFKID];
But only if I refresh the form data like this:
Private Sub Form_Current()
DoCmd.DoMenuItem...
numPublicationFKID is the second field in my third table (tblPublications)
Let me try and explain in a different way.
Let's say I have already populated tons of book and magazine titles in my second table (tblPublicationTitles)
Now the third table I mentioned (tblPublications)) is actually...
Brief abstract explanation of my problem:
In table #3 (field #3) I have a combo box that I ONLY want to show data from table #2 (field #2) that equals data entered/selected earlier in same table #3 (field #2), which contains data from table #1 (field #2). Confused? Me too!
Detailed...
Brief abstract explanation of my problem:
In table #3 (field #3) I have a combo box that I ONLY want to show data from table #2 (field #2) that equals data entered/selected earlier in same table #3 (field #2), which contains data from table #1 (field #2). Confused? Me too!
Detailed...
Sorry I REALLY need help/advice on this, so I had to bump it up.
How can I read the properties (file location and image dimensions) of an image that is displayed in a bound frame, but only the link is stored in an OLE object field in a table.
Thanks
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.