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 Chriss Miller 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: DeeDee
  • Content: Threads
  • Order by date
  1. DeeDee

    Selecting Groupwise Email from Address Book

    I have the Groupwise Address Book control on a form. I want to open the address book, select a name, and have the email of the person selected save to a text box on my form. Does anyone know how I can "capture" what is selected in the address book?
  2. DeeDee

    Copy List box items from form to report

    I have a form that two list boxes are populated by what is chosen in a combo box. The lstNeeded rowsource comes from a query called qryTrainingNeeded and lstCompleted rowsource is qryTrainingCompleted. I have a report that looks like the form, but I can't get it's list boxes populated with the...
  3. DeeDee

    Using CVS to house MS Office databases

    I have not used CVS in the past as a repository for MS Office databases. I know there were sufficient reasons, but of course they were not documented at the time so I can't remember why we took them out now. Does anyone have any idea why it's not good to use CVS with these?
  4. DeeDee

    Invisible text in Combo box

    A few of my combo boxes are not showing the text of the selection after you choose something out of the list. The value is there, but the user just can't see it. Does anybody know how to fix this. Thanks for any help in advance!
  5. DeeDee

    Send form in Word

    I have a template that when a command button is clicked, I want to send it via email. I have the code: Me.Sendmail . Is there any way to specify who to send it to, because everyone will be sending it to one certain person?
  6. DeeDee

    Run Word Macro

    I have a command button on a word document that when it is clicked, I need it to run a macro that I have already recorded. Can anyone tell me the code for doing that? Thanks in advance!
  7. DeeDee

    lat/long to inches

    I have a 2D map which the user clicks on that has the waypoints set in latitude/longitude. There is a program that has the 3D version of the map that waypoints are set in inches. I need to convert the lat/long of the 2D map to inches to import the waypoints into the 3D. Does anybody know a...
  8. DeeDee

    I have an MSHFlexGrid and a command

    I have an MSHFlexGrid and a command button on a form. When the button is clicked, the text in the grid can be saved to a text file. In the file, the text prints out in one column, under one another. There are 3 columns in the grid so I want the text to print out in 3 columns instead of one...
  9. DeeDee

    Putting point where click

    I want to put an X or a point on a picturebox where the user clicks. I tried using a shape (circle), and it works, but it doesn't leave it at the position you clicked last if you click somewhere else. I need it to show every point that is clicked. Here's what I have: Shape1.Left = CStr(x)...
  10. DeeDee

    Click on a Picturebox to acquire points

    I am working on a project where I need to be able to click on a map (which I have in a picturebox) and get the point that I clicked on. Is there any way to do this using VB? Thanks for any help in advance!
  11. DeeDee

    Continuous Form Problem

    I have a subform (TabEmployee) with a command button on it that opens another form called Milestones which is based on a table called MilestoneData and is set to Continuous Form. TabEmployee is based on a table called TaskData which has some of the same fields as Milestone data. What I'm doing...
  12. DeeDee

    Form Menu Bar

    I've set the Menu Bar Property on one of my forms to a Menu Bar that I created. For some reason it is not showing up when the form opens. Does anybody know why? Thanks.
  13. DeeDee

    Controlling a Tab Control by Menu

    I have a form with a Tab control containing 6 tabs on it. I have a menu bar which I need to be able to control opening the tabs with also. For example, one of the Tabs is called "Employees", so if I choose "Employees" from under the "Reports" menu, I need it to go...
  14. DeeDee

    Text Box Problem

    I have a query with a field called TaskSummary. I want that field to be the control source on a text box that I have on a form. The problem is that when there are more than one records, each one is in the text box on a separate page of the form. I need it so if there is say 5 TaskSummary...
  15. DeeDee

    Add Name to Table thru Form

    I'm sort of new to Access, so this is probably very simple. I need a form where the administrator can type a name into a text box and click OK. That name in the text box will go to the end of the list in the Table "tblRequestor". There are two fields RequestorID (primary key and set...
  16. DeeDee

    Highlight Next/Previous Slide - HELP!!!!

    I have a VB project that opens PowerPoint presentations and runs the chosen slides in slide show mode on a dual-monitor system (the VB application on one and the slide show on the other). When a slide is clicked on the VB monitor, it's highlighted (with a black rectangle around it) and when...
  17. DeeDee

    Presentation open?

    I have a vb form that works like Powerpoint slide sorter mode. Is it possible to check which presentation the slide I click on belongs to? I would like to see if that presentation is open. If not, create it. If so, just go to the clicked slide. Thanks.<br>
  18. DeeDee

    Powerpoint question

    Does anybody know if you can get the name (or number) of a slide and then see if it's in the active presentation?&nbsp;&nbsp;I don't want to use API if I don't have to.&nbsp;&nbsp;Thanks.

Part and Inventory Search

Back
Top