Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: buhgman33
  • Content: Threads
  • Order by date
  1. buhgman33

    Clear a list box on Access 2002

    I have read a few threads on how to clear the selected line from a list box, however non of the work. What I would like to do is if an item is selected and then I add a new item to the listbox, I either want the selection highlight to be cleared or move to the top row. The problem is after I...
  2. buhgman33

    Dialing using Calling Cards

    Hi I have been running a script to dial into a system with no problems, now due to a change in our phone service I need to dial out using a calling card. I have set up the information into Procomm, but when I run the script it does not pick up that information. The phone number I am dial is...
  3. buhgman33

    MS Access on Macs

    I have developed and MS Access scheduling program for PC's. There is a lot of VB code involved in this. Would this program be oprable on a MAC computer? Please let know, thanks for your help.
  4. buhgman33

    Automated E-mail Sending

    I am using an Access database to send out e-mails. It works pretty well (I am using the CreateObject("Outlook.Application") format for sending the e-mails). I want the e-mail message to be in the text body not as an attachment. I am able to accomplish all of this with one problem. One part of...
  5. buhgman33

    Text Box Formats

    I am trying to concatenate 2 fields into one, that is no problem, but I am also trying to have the 2nd part of the concatenated field as bold, while the first in normal. This is the part I am having the problem with. Is it possible to have multiple formats in one field? Any help would be great.
  6. buhgman33

    Sub Forms

    I have a continuous subform in a main form. The subform does not allow additions. I have a command button that will allow the user to add an additional item into the subform. How do I get the curser to go to the new record line. The subform is long and does not show fully, and I do not want the...
  7. buhgman33

    I have an unbound form with 2 combo

    I have an unbound form with 2 combo boxes. The first combo box gives me a list of tables, and their properties. I want the row source for the 2nd combo box to use the table that was chosen in the first combo box. How is this accomplished? For example: sql = "SELECT tablename.field1...
  8. buhgman33

    NotInList Event

    I have set up a combo box that allows additions to the list. What is supposed to happen is that when a number is entered that is not on the list a Yes/No message box is to appear to confirm if they want to add a new number to the list. If they say yes then a form opens to allow them to enter the...
  9. buhgman33

    What is the proper syntax for forci

    What is the proper syntax for forcing a new page with VBA? If the list of items in the detail section of the report exceeds a certain number, I want to force a new page. How is this accomplished? Any help would be appreciated.

Part and Inventory Search

Back
Top