I'm really sorry. The text of your link is very clear and well written. Even suggests when (and how) it's really apropriate to cross-post. Made me feel like a stupid idiot...
I just would like to say that i haven't read this text before. Also, i could never even imagine that these people...
Thank you very much! In another forum, another guy was giving me the same solution. It worked perfectly. I will close this topic. Thank you.
Best Regards,
Marco
Hello
Thank you very much for willing to help. I'm having a problem with many Combo Boxes. It's something like this:
Imagine i have a table called "TblBook" and that one of its fields ia called AUTHORS and it's a foreign key to a table called "TblAuthor". The primary key of "TblAuthor" is an...
Attached to this reply is a very reduced version of my Database. The original one has more Queries, Forms and Data. In this "very reduced" one, i included just some "fake useless data" and just the minimum set of Queries and Forms to let you see the problem. Please, fill the "Link" field...
Complement to my last post:
Name of my main form: Form1
Name of the subform: Query1 subform2
Name of the Web Browser Control: WebBrowser57
In the subform, the fields that have the named destination and zoom are "Dest" and "Zoom".
I just noticed you replied to my last post. I will read your...
I put the code below in the "On Current". When i run the Form it says: "Compile Error: Method or data member not found", highlighting "!Zoom" in the code. There is a screen picture of the error attached to this reply.
Code:
Private Sub Form_Current()
Me.Form1!WebBrowser57.Object.ExecWB...
Thank you very much for the fast reply!
I didn't really write any code. I just added a line to the "Control Source" in the "Property Sheet" of the Web Search Control. The line was this:
=[Query1 subform2].[Form]![Link] & "#NamedDest=" & [Query1 subform2].
[Form]![Dest] & "&zoom=" & [Query1...
Hello
I created a database in Microsoft Access. In the main form, I inserted a subform in which the records are shown as datasheet. Bellow this subform, I inserted a Web Browser Control. For each record in the subform, a different PDF (or a different section of a PDF) is shown in the Web...