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 TouchToneTommy 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: wgma
  • Content: Threads
  • Order by date
  1. wgma

    controls don't show up on page

    I have several pages that are .net 3.5 pages. Each page has a form within the page. In the form I have controls like textboxes and buttons. When I publish the pages onto the host server, which is a 3rd party server, none of the controls are visible on the page. If I view the source the code...
  2. wgma

    Help with passing from combo box to query

    I have a form with a combo box. I need to pass the value of the combo box to a query that will in turn populate a report. Everything that I have tried so far does not work. Can someone please help me? Here is what I have so far: QUERY -- qryManifestHeaderShip SELECT tlbShip.ShipName...
  3. wgma

    AfterUpdate event is not firing

    I have a simple form that I have added combo box to. I added some code to the AfterUpdate event that would put one of the values from the combo box into a textbox. However, the event never fires. I tried On_Change but that does not work either. Here is my code: Option Compare Database...
  4. wgma

    Unwanted contacts showing up in global Address Book

    I needed to add several contacts to our Active Directory Users group. I created emails for these contacts. Now each of these contacts showup in the global address book. How can I get them to not showup but still be in the system? Thanks.
  5. wgma

    access public folders

    We use Exchange 2003 and outlook 2003 in our office. One of our secretaries has setup some groups in the public folders. Just to make sure that I explain myself this folder is located in the Folder List of Outlook. I need to be able to access them from the server so that I can redirect incoming...
  6. wgma

    Forwarding emails to a group of recipients outside our domain

    I need to be able to distribute an email that I receive to a group of recipients automatically. I don't know how to set up the forwarding. It looks like it forces all email to be forwarded to email addresses with in our domain. How can I do this? Thanks.
  7. wgma

    Redirect email to a list of addresses

    I have a task where I will receive an email from a service and on a regular basis. I then need to forward that email to a list of other email addresses automatically. I would like for the emails that are sent out to look like they cam from me or at least say that they were forwarded by me...
  8. wgma

    Programming a magnetic stripe on a card

    Does anyone know how to write a program so that you can write data to one of the tracks of a magnetic stripe on cards such as credit cards? Our company provides security cards for other companies. We would like to change what we are doing and start using a card that they swipe through a card...
  9. wgma

    display word doc in html page

    I need to display a word doc in an html page. I have converted the word doc to html and have tried to use <!-- #include file = "" --> to get it to display but it will not display. I get no errors. This word doc will be updated everyday by our secretary so I want to provide her with a method to...
  10. wgma

    Non-Admin question

    I am the new network admin by default. I know enough to be dangerous. My problem is that I can not access the domain via Windows Explorer when I go through Network Neighborhood. I get an error stating that I don't have access privileges and I should contact the administrator. I can map drives...

Part and Inventory Search

Back
Top