Search results

  1. D

    Global Variable

    It may sound redundant, but I appreciate anyone's time to answer. Is there any way to create "global" variables such that two independent forms, both in memory, can share their values?
  2. D

    Alternate Record Sources

    Okay, I have a form, working great, and it's record source is: SELECT [tblI) Training].*, [tblLU Role Codes].luRCfunc FROM [tblLU Role Codes] INNER JOIN [tblI) Training] ON [tblLU Role Codes].luRCcode = [tblI) Training].T_ROLE; What I want to do is when the form loads, be able to substitute a...
  3. D

    It's Official...Access makes me crazy

    I have a form, it has a subform in continuous forms. On the detail lines I have a button, with a macro to load a popup form. In the macro, I have a where condition such that data on the detail line is used to drive the data on the popup. It has been working fine. For weeks on end. Suddenly, I...
  4. D

    Dynamically allocated "buttons"

    First, I want to thank again those that posted to my last question. I value my time, and certainly appreciate those that give me their time. Now, for something interesting. I have a continuous form. There is a field on the form lines from which I would like to allocate its value to the...
  5. D

    Sometimes it works, sometimes it doesn't

    I have a simple form, bound to a query. I'm using a combo box to select the records I want displayed and applying a filter. I built the form and it worked beautifully. Save and closed. Re-opened it and it doesn't work anymore. The underlying query is working...I have aggregate variables like...
  6. D

    Hello all

    I'm looking for an active form and I hope this is it. Googling access questions often brings up this forum, so I thought I'd sign up. I'll post my first question soon, but I got to say, Access is making me crazy. Sometimes it works, sometimes it doesn't, and spending hours and hours trying to...
Back
Top Bottom