Recent content by cawash

  1. C

    Hyperlink within a query

    Hi Tess, I tried it again this morning and I'm still going to the form instead of a specific record. No matter which artist I select, I go to the first record of the form. Do you think there is a simpler way to this than what we're trying? Thanks again CW
  2. C

    Hyperlink within a query

    I think I'm going to start over.... I'm really confussed now! I'll give you the info I have so far. The original form/SF is named frmArtistsID, and based on the query named 'qyArtistID' the new form that is used to select an artist is named 'frmSelect' and the combo box within the new form is...
  3. C

    Hyperlink within a query

    [Artists Query]![cboArtistsID] 'Artists Query' is the Query name and 'ArtistsID' is the form/SF name
  4. C

    Hyperlink within a query

    Tess, Thanks for the offer of Help, I may take you up on that. I created the query and based the form/SF to it and was able to add new records to the form. However, (the form with the Artist dropdown) when I select an Artist from the dropdown I go directely to the Artist form/SF rather than...
  5. C

    Hyperlink within a query

    Tess I just thought of something else about your idea. You mentioned to base the original form/subform to the query. The original form/subform is used to input new Artist and their songs. If I base the original form to a query won't this keep me from adding any new data to the existing...
  6. C

    Hyperlink within a query

    Hi Tess, thanks for the idea. I think I understand what your saying except for the "Go" button. I'm not good at coding so I will need help in this area. I've made a new form with a dropdown based off the Artist query. As the user selects the Artist from the dropdown, it will go to that...
  7. C

    Hyperlink within a query

    i have a query that gives me artist's names. is it possible to click on a name from the query and it takes me to that particular name in a form. the form i have has artist's and a subform containing a list of the artist's songs. this is why i would like to have a hyperlink from the query for...
  8. C

    query to list only one like name

    Thank you...that was exactly what I needed!
  9. C

    query to list only one like name

    I have a field that lists an artist name; title of a song; ablum cover. i want to run a query when ran, it will give me only one listing of the artist. the query i have right now lists all 115 occurrances of the same artist. I just want each artist listed only once. thanks
  10. C

    Add hyperlink w/o being associated to a table

    Never mind........I found how easy it is to do what I was looking for. I have to admit...Sometimes I think some of the problems I have I make harder than what they really are. Thanks for being kind to beginners!
  11. C

    Add hyperlink w/o being associated to a table

    How do you add a hyperlink to a form that is not associated to a form? I'm making a simple db for my son's music. I want to be able to add the link www.cdnow.com to a form so he can find the music he wants. I don't want this link associated to any tables. TIA
  12. C

    How to get a Lable to open a Form

    thank you for the replies. what i was trying to do was change the appearance of the grey cmd button. this is why i decided to try a lable. what i did instead was to put a pic in the cmd button. thanks again
  13. C

    How to get a Lable to open a Form

    Is there a line of code that is needed to: when a user clicks on a lable a form opens. I'm not good at coding so help will be greatly appreciated!! cw
Back
Top Bottom