Search results

  1. A

    Display only selected cell

    Hi, Is it possible to display only the cell that is selected? How about just a select group of cells (e.g. selected cell + the two cells to the right)? Context I am trying to program a YES/NO questionaire with hyperlinks. Depending on your answer to question 1 you get a different question 2...
  2. A

    Resrouce to learn about Events for controls

    Hi guys, Does anyone know of a good resource (thread? website? whatever..) where i could learn the basics of programming Events? I'm not looking for anything too advanced, just the basic stuff that one needs to design a user friendly database. thanks, Andre
  3. A

    Questions on Choosing Primary keys

    Hi, Two questions regarding choosing & using primary keys: 1) Is it always recommended to use Autonumber as primary key? What about a scenario where the table already has an inherently unique identifier, such as a part number in a product table? What about junction tables? 2) In scenarios...
  4. A

    Database & table structure -- Bakery question

    Hi, Context I am a database novice currently in the process of building an access database to manage production in a manufacturing company. Simplified Version of Problem Suppose I wanted to build a database to manage the baking process at a bakery. Goal is to eventually generate a report...
  5. A

    Querying a table multiple times based on output

    Hi, I need to run a parameter query in which you enter a product number and the query (a) returns the list of components and (b) then automatically reruns the query for these components. In other words, I enter an input (a product number) the query gives me outputs (component numbers) and then...
Top Bottom