Search results

  1. C

    No duplicates on a one to many table

    Thank you! yes i indexed my fields and made them unique and then wrote validation in Form_BeforeUpdate using DLookUp and then set Cancel = True and called the Undo function so that erroneous duplicate could not be made. thanks again pete
  2. C

    No duplicates on a one to many table

    thank you very much. i will give this a go in the next few hours and let you know how i get one. pete
  3. C

    No duplicates on a one to many table

    hi i think that i have almost answered my own question. I have set both resource_id and category as a primary key. this disallows the duplication i am thinking of. however, the only way of exiting from the error is to re-categorise as a non-duplicate. does anyone know of a way of exiting but...
  4. C

    No duplicates on a one to many table

    Hi I have a table full or resources that can be categorised as many different types of categories. i.e. tblResources has a one to many relationship with tblCategory. if i could categorise a resourse as either a 'Listening' resource or a 'Reading' resource this relationship would capture it...
  5. C

    Joins to the same table

    I obviously wasn't using my aliasing properly, your example seems to have sorted it out! thank you
  6. C

    Joins to the same table

    Hi there, if i have a table with columns: Teacher ID1 | Teacher Comment1 | Teacher ID2 | Teacher Comment 2 | i also have another table that links the teacher ID with their names called [Staff Profiles] how do i create a query that returns the names of both teacher 1 & 2. i have tried: SELECT...
  7. C

    edit button for tabular view

    hi there, i have a form (to be used as a subform). I have added a button to the form so that records can be edited. attached to this button i have written a macro to unlock the text boxes (when pressed). Please find diagram attached. My problem is that the button unlocks all boxes in all...
Back
Top Bottom