Search results

  1. C

    Coloring fields if they meet a condition

    Hi all. I already tried most suggestions regarding coloring a textfield on a report if a certain condition is met. I`ll give a sample of the code that i am currently using. the field in question is in a subform on the form. I placed this code on the form's on open event. If Me.PH = "2" Then...
  2. C

    Overview Form-Query problems with a Listbox

    Hello all, I'm currently working on a form that shows product information. This is the problem I ran into: The form uses data from two tables: Table ProductLocations stores ProductName and ProductLocations. Products can be found at multiple locations. Table Product stores ProductName and...
  3. C

    Reading/Editing/Adding multiple productdetails trough a subform

    Hello all, A small introduction first. I am a computerscience student, currently working as an intern at a brewery. My task is to add functions to an existing database, and "optimise" it where a I can. The database contains information about dangerous products stored at the company. Think about...
Back
Top Bottom