Search results

  1. D

    Referential Integrity - Catching the error

    Hi, I've searched the forums but can't find the specific answer I'm looking for - so i apologise if someone else can find it! I've got a db with various relationships that enforce referential integrity. It works fine.. until the point where I try to delete a record from a table using VB code...
  2. D

    Text Box Controls in an Array - setting properties problem

    hi.. i'm having a problem with some VB code.. i'm trying to add some controls to an array of controls so that I can later manipulate them more easily. But when i've initialised the arrays with the controls, i have problems setting some of the properties of those controls. When i try to view the...
  3. D

    One To Many Relationship & Referential Integrity

    OK, I don't know if i'm being completely stupid here, but here goes anyway :) : I have a table containing a list of 'Tasks'. For each Tasks, you can specify between 1 and 4 'staff members' who are working on it. Therefore I have 4 fields in the Tasks Table, Staff_1, Staff_2, Staff_3 and Staff...
  4. D

    Record Selectors - Events

    Quite simply, I have a form with a sub-form showing data in a datasheet view. On the main form I have a button. On pressing this button I want to do two things 1) check that a row has been selected in the datasheet view 2) if a row has been selected, I wish to open a new form and populate the...
Back
Top Bottom