Search results

  1. R

    Weird issue with report

    Hi, I have a report where I have three different fields called Dimension A,B, and C , and two other fields(Yes/No fields) called standard and non standard. I implemented conditional formatting for the 3 dimension fields so the cell turns red if the standard check box is selected. When I open my...
  2. R

    multiple records

    I have some components that have few characteristics, including three dimensions, part number, and quantity. I have them in a form bound to a table. Is it possible somehow to within the form to input data if I have more than one for the same part number, and where dimensions differ? Thanks
  3. R

    yes/no hiding records

    Hi, i have a form bound to a table. the form has 3 yes/no checkbox and I'm trying to hide certain record if the checkbox is checked. I know that I can query the records, but was wondering whether you can hide unnecessary records(these are records I don't want users to edit, so lock them is also...
  4. R

    Accessing controls from navigation form

    I have a main navigation form which name is MainUtas, one of his tabs or navigation buttons is NavigationButton9 which Caption is Quality and opens the QualityNav form (which I think becomes a subform). In QualityNav I have more navigation buttons, one is NavigationButton7 which caption is...
Top Bottom