Search results

  1. B

    One table pointing to many tables

    Hello all, I've got a mental block on this one - and could use someone's help knocking it loose... I have a rather unusual application - but to simplify it: the user of the DB needs to be able to generate a "troubleticket" on any ID number (autonumber), from any field, on any table. Every...
  2. B

    Assign a subform instance to the parent form

    Hello Access gurus... I have a subform that I initialize in different ways... I use a function to initialize the subform (a function because I on occassion I end up nesting subforms), but cannot figure out how to hand the result of the function back to the form. Dim frm As New...
  3. B

    Query on Calculated value with data entry

    First time posting - but have learned a lot from this forum in the past... a lot of talent out there! My DB entry is built around a single form that has specific behaviors. I feed it different SQLs to allow the user to access the different sections of the db. It has worked great until now... I...
Top Bottom