Search results

  1. R

    Protected sheet disables arrow key movement

    Hello all, I have a heavily coded Excel workbook that has a worksheet that displays information (that is locked) and cells that are unlocked for user entry. Everything worked well, but at some point, the sheet began preventing consistent navigation using the arrow keys. While the sheet is...
  2. R

    Two-dimensional Form

    Hello, I need to create an unbound Form that needs to be populated in two dimensions. I have "Tasks" and "People." For each "Person" (across the top), I have a number of "Tasks" (down the side). The number of people and number of tasks is not fixed, but the number of rows and columns...
  3. R

    Multiple-use Query

    Hello Forum, Right now I have a query that filters data based on unbound fields on a form using criteria in the format of "[Forms]![Form1]![Field1]" and it works fine. I have multiple forms that all have the unbound fields (named the same on each form). Is there a way to have the query to...
  4. R

    Continuous form displays duplication of records

    Hello Forum, I have a continuous form based on a query with fields from a single table. There are a bunch of unbound fields in the header and footer, but the Detail section displays all of the records from the query. My problem is this: When the form displays the records, it displays...
  5. R

    Automatic Control Values based on Two Fields

    Background Info: 1) My employer only runs Access 97, a decade behind the times :mad: 2) I have a table (tblMedia) that has an AutoNumber primary key (intChunk), and two identifier fields (intRecipe, strType) along with other pertinent information. One [strRecipe] can have multipe [strType]s...
Back
Top Bottom