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
I have a form which contains a bound object frame.
The control source is an OLE object field from a table.
The type allowed is linked (so it dos'nt store the entire image in the database)
On my form I can insert a picture fine.
Now I want to add three unbound fields on my form.
One that...
This might seem to be simple to the more advanced of you out there, but I seem to have some problems with this (read: getting errors).
I have a recordset of a table, and I then want to pass the whole recordset (all the fields) to a function where I need to process the data.
Well it actually...
Tony you been very helpful already.
I have Access 2000 sp3 on a Windows 2000 OS sp3.
Maybe it's somekind of ActiveX control or add-in I need.
Anyways I'll try and install Access 97 this morning and try it there.
Thanks
Here is the complete code in my database, as per your example, which I actually understand fairly well, table and field names a little different. I keep getting error descriped in my previous post.
Function Concatenate(AuthorID As Long) As String
Dim Details As Recordset
Dim Selection As...
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.