Search results

  1. R

    Changing Property of a Control

    Hi all I have a button CmdPrevious and another button CmdNext. CmdPrevious is Not Visible. I want CmdPrevious to become Visible when I click CmdNext. I also want to move to the next record when I click CmdNext. I can do the Next Record part using a macro, and I can do the Visible part using...
  2. R

    Linked forms

    Hi all When I try to create a form with a subform the wizard gives me the option of a "form with a subform" or "linked forms". I can't find any explanation about linked forms in the Help files. What are they and when should they be used, please? Robert
  3. R

    Nested Forms?

    Hi all With Access 2007 is it possible to have a form which contains a subform, which itself also contains a subform? In other words, if I have a form (B) with a subform (C), can I insert that into another form (A), creating a set of "nested" forms? Thanks Robert
  4. R

    Problem with Order on Report

    Hi all. I am a beginner using Access 2007 to try to develop a small home library application to store details of my book collection. I originally had trouble with my data entry forms but those problems have now been resolved thanks to help from this forum. My difficulty now is that my report...
  5. R

    Trouble with Combo Box

    Hi all. I am a beginner using Access 2007 to try to develop a small home library application to store details of my book collection. So far I have three tables as follows: Table 1 Books has fields Book_ID (AutoNumber, Primary Key) and Title. Table 2 Authors has fields Author_ID (AutoNumber...
Back
Top Bottom