Search results

  1. A

    OnCurrent executes multiple times

    I have a macro in the OnCurrent event of a subform which updates a query when the user switches to a different record. The problem is that it slows everything down because the OnCurrent macro seems to be executing about three times after each record change. I checked all of my related macros to...
  2. A

    Get name of control that initiates an action

    Sounds like that is what I am looking for. Unfortunately, Im not very good with vb, so could you do me a favor and write code that would send the ControlSource of the ctlCurrentControl to a text box.
  3. A

    Get name of control that initiates an action

    How does that help me? I dont want to display a tip, I want to retrieve the controls name...
  4. A

    Get name of control that initiates an action

    What I need to do is get the name of a control when the mouse is over it. The problem is that I would need to make a custom macro/code for each control since there doesnt seem to be a way to retrieve the name of the control which initiated the mousemove action. Any ideas?
  5. A

    Renaming controls, macros, etc.

    already tried it and there didn't seem to be any automatic dependency fixing. Is there a database utility that I need to run, maybe?
  6. A

    Renaming controls, macros, etc.

    I have built a fairly large access database (office 2003) and unfortunately I was a bit careless about naming my controls and macros. I would like to go back over all of my form controls and macros so that they have more descriptive names, but I'm afraid this will break alot of dependencies. How...
  7. A

    Changing property of multiple controls in a form

    Basically what I need to do is have a button which will change the background color of all text controls in a form. I understand this can be done easily in VB if the controls all have incrementing names (txt1, txt2, etc.), however my controls all have descriptive names. How could I accomplish...
Back
Top Bottom