Recent content by AlexanderX

  1. A

    email a report

    Double Trouble w/Email Button Hi all - thanks for your tips on implementing email functionality to an Access form. I've put it on a form and linked my VBA sub to a form button. I am able to get this button to work only once after I open the database file. From there on, everytime I click...
  2. A

    Is there a "Global Symbol" for all a form's controls?

    OK - I've got it working now. I'd had my form pointing to an old module containing similar code. Mea culpa!
  3. A

    Is there a "Global Symbol" for all a form's controls?

    Thanks mucho Jack - I've tried it and it works pretty well. The one form control type that doesn't respond to this code, unfortunately, are stand-alone labels. I've tried added "acLabel" to the Case definition statement, and I also tried defining "L as Label" in the dim statement; neither of...
  4. A

    Is there a "Global Symbol" for all a form's controls?

    Hello - I'm creating an entry form where the first field that needs to be entered is an ID number. In the interest of ensuring that this number gets entered before any other information, I'd like to set all the other form controls to Visible=False if the value of the ID field is null. Of...
  5. A

    Dilemna on Autofilling Form Fields by cross-querying other table

    Hi all - I have an dilemna relating to autofilling form fields based on a combo-box selection. I have a lengthy entry form used to enter new case details. There is a combo-box that is used to select one of 70 institutions; this combo-box writes the institution's ID number into an InstitutionID...
  6. A

    Multi-Select items in ListBox from VB

    While we're on this subject - I have a related question I'm hoping someone can help me with. I'm creating a form that needs to include a multi-select list-box that allows users to enter new records. I haven't yet found a way, however, to commit values selected via this list box into its bound...
Top Bottom