Search results

  1. M

    Combo Box to Select Row from other Table and to make it Autocomplete

    Yes, i understand. I will do that from now on. Thanks for worrying about me. Best Regards, Marco
  2. M

    Combo Box to Select Row from other Table and to make it Autocomplete

    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...
  3. M

    Combo Box to Select Row from other Table and to make it Autocomplete

    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
  4. M

    Combo Box to Select Row from other Table and to make it Autocomplete

    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...
  5. M

    Losing focus on the records of a Subform because of a web search control

    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...
  6. M

    Losing focus on the records of a Subform because of a web search control

    Yes, i have a field called "Zoom" in my subform. I think there must be a different way to refer to this field of this subform, but i don't know why.
  7. M

    Losing focus on the records of a Subform because of a web search control

    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...
  8. M

    Losing focus on the records of a Subform because of a web search control

    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...
  9. M

    Losing focus on the records of a Subform because of a web search control

    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...
  10. M

    Losing focus on the records of a Subform because of a web search control

    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...
Back
Top Bottom