Search results

  1. N

    Recovering lost database

    Hello all: Does anyone have any idea how to recover a lost MS Access 2000 file? I accidently deleted it from our file server and of course it can't be found in the Recycle Bin. Running a Win 2003 platform. Any suggestions would be greatly appreciated. Nate
  2. N

    Filtering info from 2 different tables

    I have 3 tables called: Dept_Name D_Table L_Table I have duplicate field names for D_Table and L_Table called: Make_Model Date_Purchased Invoice_Total I am trying to create a query (eventually a report) that lists the Dept_ID (from Dept_Name) the Make_Model, Date_Purchased and...
  3. N

    Making Check Box and Label Enabled/Disabled

    Is it possible through simple VB code to have a label and respective check box enabled or disabled when a specific string pops up in a text box. I have a text box that contains computer models. When viewing the records I would like the check box and label to be grayed out unless KTX is in...
  4. N

    Won't display entire table's contents

    I am trying to create a report that displays data from 2 different tables(Desktop & Department) and have them grouped under a Department Heading. When I create this and run the report 20 or so records do not show up on the report. However, when I try to create a report using only the one table...
  5. N

    Eliminating duplicate fields in a query

    I have a table with 8 entries which repeat over and over again (Monitor Make) I am trying to create a query that eliminates all of the repetitive entries, so instead of displaying 250 of the same Monitor Make I would like it to just display the 8. Simply put, I would like to eliminate the...
  6. N

    Pop up message

    I am trying to create a Msg Box that pops up when the user clicks on a text field. I just want to prompt the user let them hit ok and then carry on their entry, I know I have to add: Private Sub OnClick() MsgBox "Good morning, ", vbOKOnly End Sub or something like that but I can't get...
  7. N

    List Box won't update table

    I have created a List Box on a Form in the hope that when the user selects an item (Dept) from the list Box it updates the table which I have it linked to (Employee Table). I have tried creating a query containing just the items I want displayed(Dept) in the List Box and (through Lookup Wizard)...
Back
Top Bottom