Search results

  1. B

    forcing the close of an access file

    I have always had to phone the IT department and get them to log them off remotely, usually because someone went home with the DB open and the terminal locked when I want to do some work on it.
  2. B

    Question Small form with command button to insert records from one table to another

    If your planning on typing both the CY-Code and the DNA_LAB_Code into the form it seems a little over the top to then press a button to insert the code into the table, why not have the form display all records in the BoneSampleDNAProfile table then type in the CY-Code, or use the form to search...
  3. B

    QBF with 2 combo boxes as controls

    I have a form with 13 combo boxes in the header, each time you make a selection from one them the form filters and all the other combo boxes update their recordsets so they only display relevent values. This allows users to make a selection from any number of combo boxes and any combination of...
  4. B

    Filter with multiple textboxes and Combo's

    Hi, im new to VBA but I had a similar problem. I have a database for managing items of furniture and created a search form that can filter results by Building, Item and who has reserved the item. Each combo box filters its results based on the one above so if you select a building only available...
Top Bottom