Recent content by Beerman58

  1. B

    Global Variable as Default Value

    Hello, Does anyone know of any way to use a global variable as a default value for a table? I have a Log-In function called at database startup that [via a "booDBLoginSuccess = ExternalDatabase.ExternalModule.ExternalFunction(UserName,Password)" sort of statement] allows remote login for the...
  2. B

    Data entered into subform is saved in new master form

    Solved... Well, after some quick messing around I found that Access (at least in my version 2000) automatically opens a subform in design view IF there is no other window that contains the same subform in design view. To put it another way, only one design view of any one form (subform or...
  3. B

    Data entered into subform is saved in new master form

    Add me to the list of people who want to figure this one out. I even put two instances of the exact same subform on one masterform. One ends up a sub-designview and one ends up a white box. Also, (and there must be a simple fix to this) how do you pull up the subform control properties of...
  4. B

    Combining records from the same table in a report

    Exactly what I was looking for. It seems I need to do a lot more research on the internal loops of events that happen within Access. Repped... P.S. - If you have any outstanding resources for learning these internal loops of events, or resources that highlight the most important and give...
  5. B

    Combining records from the same table in a report

    Hello, I am an experienced Excel and VBA user who is rather new to Access, though I do have some FileMaker (excuse the F word) experience. I am using Access 2000 SP-3. My basic table setup (for the part we are interested in) is this: I also am generating the following report (report based...
Back
Top Bottom