Search results

  1. O

    combo box and reports

    is it possible to create a report from a check box list. I have created a list where it reports the date and the incident date. So i suppose my question is how to i do that. How do i create the query for that also. So that it fills in the name and incidents of the person who is selected...
  2. O

    Add check boxes

    I have a series of check boxes in my tables. What i need to do is take a sum of those check boxes and off of that i need to make a calculation for that. Is there a way i make this report do that. i.e. Great Good Average Bad Very Bad x...
  3. O

    Passing data through list box

    I have not been able to solve this problem. I have a main form all it has is 3 buttons and a drop down list. how do i make it so that when i click on the name the child form will open in add mode. Right now i have it set up so that it goes to the records that are housed with in its table...
  4. O

    ListBox

    I am populating a list box and i want it to reffer to a record on another form. the list box has a Id, and name on it. i want it to double click the name and open that specific record. this is me code Private Sub cmdFind_Click() Dim rst As DAO.Recordset 'find the record and then close the...
  5. O

    text box issue

    im not sure on how to do this, but i have a form that i made with wizard. i have 2 different tables on this form one now when i enter data i want it to update on both tables. i.e there is a first name and last name text box from table NAME i want to add another text box from table DATE. so i...
  6. O

    convert db

    Can someone please convert this office xp access db into access 2000. I cant seem to open it on my database and i no longer have office xp. thank you
  7. O

    regarding drop list

    how do i make a combo box change the data on the form. i.e i select tony hawk from a list i want the information on the form below it to change to his data.
  8. O

    open db2002 in 2000

    I have made a database in office xp Access. and now i am trying to open it from another terminal and i dont have access to the office xp machine any more. when i try to open the db it tells me that it cant open the db because it was made in a earlier version of access. is there any way i can...
  9. O

    table relationship issue

    I think my problem is with the relationship or it could be with the keys. I have made 6 tables all with auto num. I need to input the data into about 5 people. Need seperate entries for each so when i add a name in the main table it should create autonumber 2 in all other tables. But this...
  10. O

    Drop down list

    im sorry but im kinda new to access. i have a drop down list that i want to be created. its linked to names of people. Everytime i select a name i need the forms to be cleared. So that new information can be entered. Not sure how to approach it. Thank you
  11. O

    how do i make a checkbox an option

    How do i make it so that when a check box is checked other options will become unlocked. I want to have a check box and if that is selected other checkboxes to be able to be selected. Thank you
Back
Top Bottom