Recent content by rootbear

  1. R

    Dots between fields in Access

    What you're asking for is very complicated in Access. It would be easy to do in a word processor where you'd simply use a dot leader tab. The problem is that Access is not a word processor... even if sometimes it gives the appearance of being one. Anyway, what you want CAN be done with some...
  2. R

    Referencing columns in the underlying row

    Thanks for the reply, Neil, :) but what you're suggesting is impractical in this case. The calculations and processing to be done require a large number of columns/fields from the underlying row and the form isn't large enough to contain them all... even if I resize them to be tiny! I really...
  3. R

    Referencing columns in the underlying row

    The answer to my question might be obvious to all but me :o but here goes.... I'm writing an Event Procedure. I know how to reference fields on the Form but, for the life of me, how do you reference a column in the underlying record (i.e current row of the recordset)? In other words, the...
Back
Top Bottom