Search results

  1. D

    Making Command Button Flash/Preview Form

    I. Not that I am aware of, although you may be able to "flash" by introducing a timer on the form that switches the visible property of the button between true and false... Maybe someone with a better understanding of timers could chip in... II. Build a form to display the expired users based...
  2. D

    Rookie Multiple users-Chaning data

    Hi, Would it be possible to change the table structure so that the job reference number is the Primary Key for it's table (setting the Indexed property of the job ref field to Yes (No Duplicates))? That way, whenever someone tries to enter a duplicate ref Access will flag a warning. It's not...
  3. D

    Combo box/ Text box Refreshing

    Maybe this will help Hi, If this doesn't help you, try doing what the Kernel suggested and post a bit more info, but I think I know what you are trying to do. In the Format tab of your combo box properties set the ColumnCount to 2 and the ColumnWidths to 2.54cm;0cm. This will display the...
  4. D

    Difficulty with Count Query

    Hello all, Quick summary of database structure: I have a database used to keep track of test data and results that has a seperate table for Projects, Test Cycles and Test Cases. The relationships are Test Cycles to Test Cases: Many to Many and Projects to Test Cycles: Many to Many. This is...
Back
Top Bottom