Search results

  1. M

    Chnage colour on mouse over

    Does anyone know if you can change the colour of a button when you go over it with the mouse pointer???? Can Access actually do this and how? :confused:
  2. M

    sorting a subform with fields from the parent form

    I currently have a form which has a subform within it, my dilemma is that I want to be able to sort the subform based on the criteria chosen in the parent form. I have two combo boxes in the parent form, how do I relate these to the subform and filter it...???? Really puzzled!:confused:
  3. M

    Ability to select a field value on one form and display on another

    Hello, I need some help, I have one form which has only one unique key filed on it called 'call_number', it also has about 20 others fields, while this form is open I have a button that leads to another form where I can search for the call_number I want to use, the information I have on this...
  4. M

    How do I add 'all' and 'null' to a combo box

    I am creating a form that has combo boxes to choose from, I need to know if a combo box can have the value 'null' or 'all', I ask this because the comboboxes are used as select criteria based on a report. thanks :confused:
  5. M

    How do you change the screen size when opening a .mdb

    hello, I have created a database, I created it on a screen that was 1024 by 768. Now that I have 8 users, using this, they all choose to have different display settings, so if one of my users has a 800 by 600, the database displays a lot bigger than what mine would be. Does anyone know if...
  6. M

    Filtering a subform using comboboxes

    Hello, I have a subform that is created using a query, I have three combo boxes on teh form which this subform belongs to. I want to use this combo boxes to filter the subform (which is in datasheet view) depending on the criteria chosen from them. So say I have a list of data in the subform...
  7. M

    accumulating time values

    Hello I have a subform, within this subform I have five fields, technician_name client name technician_comments start time finish time total_time I have made it so that when you double click on the finish time it displays the time difference in minutes in the total time. What I want to do is...
Back
Top Bottom