Search results

  1. P

    How do I make my subform editable ...

    Woops.
  2. P

    How do I make my subform editable ...

    I've set the lock property for controls before, but I don't see the "Lock" property for the form. Am I looking in the wrong place?
  3. P

    How do I make my subform editable ...

    I have a form with a subform on it. I have made it so the form can't be edited unless the user clicks my Edit button. So far, in my Edit button on click event: me.allowedit = true This allows me to edit my main form, but my subform remains uneditable. Help please!
  4. P

    Help with relationship!

    Not sure I quite understand. I've attached a sample of what my database looks like. If you look at the Citations table, you'll see that Minnie Mouse currently has someone else's AddressID. I don't want that to happen. AddressID on a citation is not a require field btw. I think what I'll...
  5. P

    Help with relationship!

    Thanks for the response. Maybe I'm not quite doing what you suggested because I get this message, "No unique field found for the referenced field of the primary table" when I try to put AddressID and Defendant ID in the relationship window. Woops, I just reread what I originally posted...
  6. P

    Help with relationship!

    Sorry! I hit submit reply too early. :)
  7. P

    Help with relationship!

    Hi, I'm hoping some of you migh have some suggestions. I have 3 tables: DefendantInfo: DefendantID, Defendant Name Address: AddressID, DefendantID, and Address (each defendant can have more than one address) Citations: CitationNo, DefendantID, AddressID Currently I've got my Address table set...
Back
Top Bottom