Search results

  1. A

    Modeling Many-to-Many-to-Many relationship?

    I've done some poking around, but haven't been able to get my head around this. I'm working on modeling expenditures for a non-profit, and I'm not sure how to proceed because there seems to be more than one many-to-many relationship involved. A given expenditure will have 1 or more funding...
  2. A

    Handling memo fields

    I'm currently building up a database, and want to improve the way I'm handling the memo fields. I'd thought I'd planned for it fairly well, but had the first corruption problem at about 750 records. Right now, I'm simply using a bound text box with the underlying table as a record source for...
  3. A

    .Selected property in subform

    I'm having issues with a snippet of my code. I have a mainform, called frm_Youth, and two subforms I'm using to emulate a split form, called sbfrm_CasenoteSummary and sbfrm_Casenote. One of the fields on the sbfrm_Casenote subform is a mutivalue combo box. I want to require than input, but...
Top Bottom