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 gkittelson 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: *

  1. SJBohm

    incoming mail works. outgoing mail does not.

    I'll try to answer your questions as best I can. As far as I know, we don't have an MX record. Actually we do, but it's not for our Exchange server. The MX record for our domain points to a server at our ISP, which then holds our e-mail and then we use EFS to download our e-mail from the ISP...
  2. SJBohm

    incoming mail works. outgoing mail does not.

    Here is my current situation: 1. I send an e-mail from my client desktop through the Exchange server. 2. The Exchange server connects to the remote host (with the SMTP server), and initiates a dialog to send the mail. 3. The mail does not go through, and it sits in the Outgoing Queue on...
  3. SJBohm

    RE combo boxes and pulling data from several forms

    I apologize for not mentioning it in my last post. I did copy and paste your code into my form, as well as substituting in the name of my combo box. Still no luck. I'll play with it more tonight after work, and I'll post what I try with the results. Thanks! Steve
  4. SJBohm

    RE combo boxes and pulling data from several forms

    Hi Gus Brunston, The RowSource property of the combo box simply says "IsEmployed", which is a query I created that employs the SQL statement: SELECT EmployeeNum, [Lastname] & ", " & [Firstname] & " " & [MI] AS ConcatName FROM [Personnel Table] WHERE [Personnel...
  5. SJBohm

    RE combo boxes and pulling data from several forms

    Thank you very much Rich! I had been trying to do something just like your solution, but just couldn't figure it out. I have another problem now though and cannot figure it out for the life of me. The combo box displays exactly the way I wanted, but I have not been able to actually select one...
  6. SJBohm

    Pointer to struct ,assignment to members.

    Victorv, I just happened to be reading through this thread, and your last reply stated that you shouldn't abuse the use of malloc if you don't need it. As more and more programs are becoming datacentric, it becomes more of a waste to use statically allocated memory. I realize it all depends...
  7. SJBohm

    RE combo boxes and pulling data from several forms

    Hello, I have a table with the following fields: EmployeeNum Lastname Firstname MI among many others. I also have a form with a combo box and a text box. What I would like to do is: The combo box needs to list the last name, first name, and middle initial of all the records in the table...

Part and Inventory Search

Back
Top