Search results

  1. S

    Problem with displaying selected value from list box

    Ah. That makes more sense. I'll try that. Thank you for your advice!
  2. S

    Problem with displaying selected value from list box

    Thanks, but I'm still confused. I used the listbox on the form I set up for the data entry. I then entered some sample records. Then I opened a new report and used a wizard to set it up. I just wanted the values entered to each of the fields dumped into the report. Would the wizard have set...
  3. S

    Problem with displaying selected value from list box

    I am trying to design a report for database in which I have used list boxes for some of the fields. Instead of printing just the value that was selected from the list box, the report prints out the entire list of available values, and blacks out the one item that was selected. This is not an...
  4. S

    Displaying Many Graphic Records Simultaneously

    Oh, hurray. That is good news. Many thanks!
  5. S

    Adding data from a drop down list without editing the list

    Ahhhhhh . . . I see. Ok, I think that makes sense. I will try that. Many thanks!
  6. S

    Displaying Many Graphic Records Simultaneously

    This is a question about whether something is possible, not a question about how to do it. (Although if the answer is yes, I'll probably get to the "how" question soon enough.) If I have a whole bunch of records in a table which describe a collection of photographs, and one of the fields in...
  7. S

    Adding data from a drop down list without editing the list

    Ok, picking away at the parts of the questions I understand: when I tried to create the drop down list, I did try to make it a bound control to a field in the "Keywords" table. (Because I didn't want the values to be the KeywordID numbers, but rather the actual Keywords.) So the problem...
  8. S

    Adding data from a drop down list without editing the list

    OKay. . . go easy with me here . . .I'll come up to speed on the vocabulary in a bit, but I'm still new at this. Each keyword has an autonumber ID# ("KeywordID"). Each photo has a unique ID# ("PhotoID"). junctionKeywordPhotoID has three fields: an id# for the junction, the keywordID, and the...
  9. S

    Adding data from a drop down list without editing the list

    I am a new Access user, and new to these boards. Apologies if this has been asked before. I'm building a photo indexing database. I've set up a many to many relationship so that each "photoID" can have multiple "Keywords," and each Keyword can be applied to multiple photos. So far, so good...
Back
Top Bottom