Search results

  1. Q

    Auto Number in SubForm

    Hello, is there a way to make your subforms auto number entries so that it starts over with every new parent form record? I'm making notes on songs and I want each songs notes to begin at 1. I know you can only have one autonumber field and that is of course the note ID. So how would I do...
  2. Q

    Hyperlink working in table, but not form

    I have a table that is full of song titles and hyperlink field to play the mp3s. This works fine in the table datasheet view. I click and the song plays. However, in the form, when I click, nothing happens. The field is set to is hyperlink and display as hyperlink. Does anybody have any...
  3. Q

    Combo Box Populated with child, parent and grandparent

    Hello, I'm making a form for notes on a project. The project has Grandparent, Parent and Child (3 levels) of entities. However, I want to be able to make notes on all three levels. So, for instance. Say it went like this: Grandparent = life forms Parent (mammals) = dogs, cats, etc. Child =...
  4. Q

    External Database on the Move

    Hi, I'm building a big database which is split up into several smaller databases. The forms are in their own db and the tables are linked to the forms in that db. My question is, sometimes I work on it home and sometimes at work. How do I get the links to work in both places? Thanks!
  5. Q

    Run 2 Queries on "On Click" event

    Hi, I have a form with a combo box that is populated by (1) a union query, and (2) a make table query from that union query. The reason I have both is because I want to have an autonumber and I can't do that directly in the first query. So any time I update any of the tables that are in the...
  6. Q

    Group Tagging

    Hi, I just created a database that has a bunch of contacts in it. I have a table called Contacts and a table called Type. I also have a many to many table called ContactsType. I know how to tag them one by one, but there are many of them and most of them are of more than one type. Is there a...
  7. Q

    Form that Combines Two Tables with Photo

    Hi, I'm trying to create a many to many table (which I know how to do). But this is a little complicated. I have several photos that are part of my database, so I have them in their own table which contains: ID CallName PhotoType Source Computer Link (to where photos are stored on my hard...
Back
Top Bottom