Search results

  1. S

    Getting a subform to control navigation of parent?

    My knowledge of bookmarks, especially within Access, is fairly limited - but what you said makes sense. Is it as simple as: Me.Parent.Bookmark = Me.Bookmark or something a little different?
  2. S

    Getting a subform to control navigation of parent?

    Hi, I have a form with a subform, both based off the same query. The subform is a list of all the records, and the parent is an expanded view of a particular record. What I want to be able to do is when you click a record in the subform, I'd like the parent form to jump to that particular...
  3. S

    Creating a form that allows for value lookup

    Great! Thats exactly what I was looking for, thank you so much.
  4. S

    Creating a form that allows for value lookup

    I'm not clear on what exactly you mean. I can't create a lookup to its own value can I? Maybe an example or two will help clarify what I'm asking for. In Company I might have the following rows: Ticker Company AAA AAA Corp ABC ABC Corp BBC BBC Corp Now by default my form looks like...
  5. S

    Creating a form that allows for value lookup

    I suppose it is a bit redundant, so if it makes a difference you can treat ID and "Ticker" the same thing. But I dont really think it changes the question any...
  6. S

    Creating a form that allows for value lookup

    Hi, I'll give you a little background info before I ask my question: I have a table called "Company" with the following feilds: Company_ID (PK), Ticker (Indexed, Unique), Company Name I have (or at least want) a single record access form, and now for the problem: I would like someone to be...
Back
Top Bottom