Recent content by WorkHardPlayHard

  1. W

    Password Must Contain Upper and Lowercase letter

    I am using vba to create a login/password system, but I want to make sure they use a good password, i.e. checking for upper and lower case when they enter their new password into the field. (This is all done in a form)
  2. W

    Many to Many Subforms

    Okay! I Got it all working...sort of. I can add and delete trucks from cases and cases from trucks. Me new problem arrises when I add a new record. I need the new record to go to tblCaseInfo, to keep my tables normalized, but I need it in my intermediate table as well so that I can continue...
  3. W

    Many to Many Subforms

    Thanks for the replies! UPDATE: My tables are normalized. I changed it so my subform data comes from my intermediate table (Currently only the Case# and Truck#) This allows me to add the trucks to cases, and vice versa, BUT if I go to delete the change (i.e. remove the case from the truck) by...
  4. W

    Many to Many Subforms

    I need a way to add multiple boxes to one truck, as well as I way to split a box into multple trucks. I can't make it work with subforms because of "the changes you requested to the table were not successful because they would create duplicate.." error. Currently the subforms show the...
Back
Top Bottom