Search results

  1. O

    combo box and reports

    This is actually what i mean. I have made a list and i want the fields from this list to open a report for that incident. If i select this name from a list i want the values from this list to go to that report
  2. 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...
  3. O

    Add check boxes

    i couldnt open the db it was telling me that i didnt have permissions. im using access 2k. THanks
  4. 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...
  5. 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...
  6. 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...
  7. O

    text box issue

    my tables are linked. im sorry for the misunderstanding but the tables names are tbl_Names and tbl_Date. This is what i mean i created these tables and made a form from wizard based on tbl_Names. So i went and added a text box and the control source i set to =[tbl_date]![Date]. So that...
  8. 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...
  9. O

    convert db

    i did compress with zip but its 103k and the limit is 102k its not wich is small enough to fit on a A:.
  10. O

    convert db

    its 103k it says that it wont let me upload just a tad too big
  11. 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
  12. 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.
  13. 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...
  14. O

    table relationship issue

    thank you very much for your help this is frustrating me. Can you take a look at this db i cant get it to work i get a ID key error. thank you very much when trying to establish one to many relationship
  15. 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...
  16. O

    Drop down list

    This is my issue. I have a drop down list with names on the main form. I have various sub forms within this form. I want to be able to select a name and he fields bellow being blank. Thank you for your help.
  17. 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
  18. 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