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

    Select send account based on recipient

    I have what I feel should be a fairly common problem, but did not find anything in my search. I (like most of you I imagine) have multiple email accounts which I pull into Outlook. Example: Jay@home.com and jay@work.com. When I respond to emails, no problem - Outlook sends from the account the...
  2. jsolutions

    Determine which permissions group a user belongs to

    I have an access 2000 database that has been in use for quite a while with security groups and users using Workgroup Security. Everything works fine. Now, the customer has required a "Read Only" group which I have created. In testing, I am coming across some issues where forms go to the "new"...
  3. jsolutions

    Audit Login changes

    In SQL server 2005, Is it possible to create a trigger to capture (audit) login changes?? It seems like i should be able to accomplish this with a trigger on Alter_Login. Has anyone been able to do this? Many thanks
  4. jsolutions

    Hide text

    Is there any way in publisher to hide text? In MS Word, you can use Format...Font...and check the box for hidden. This does not seem to be available in Publisher. Is there a way to do this??
  5. jsolutions

    Columns in word

    Hi - I want to have two columns in word that are independent of each other. Is this possible? In other words, when the left column hits the end of the page, it continues on the next page in the left column. When the right column on a page hits the end of the page, it continues in the right...
  6. jsolutions

    Changing window focus

    I want to do something that I thought would be fairly easy. When my index.html page opens, I am opening another page that has content that takes a while to load. I am using the code below. <SCRIPT LANGUAGE="javascript"> <!-- window.open ('page.html', 'newwindow') --> </SCRIPT> This opens a new...
  7. jsolutions

    Outer join - need to always show subtable data

    Basically, I have three tables: tblStudents - StudentId and name of student tblclasses - Classid, name of class, description of class tblclassescompleted - studentid, classid, dateattended Assume for the moment that there are 3 classes that each student is required to take (for now that is all...
  8. jsolutions

    Powerpoint toolbars

    First, I know that I am trying to use PowerPoint in a way it was never intended, but it is a necessary evil. I've created a way for a Powerpoint to maintain two versions of the same document (Instructor and student). the Instructor version has multiple comments that the student version does...
  9. jsolutions

    Multiple powerpoint versions in same file

    I am sure that someone has come across this need and has corrected it. What I need is to have 2 different versions of a PowerPoint file. Basically, I need a student version and a trainer's version. Both versions will contain the same information, but the trainer version will have additional...
  10. jsolutions

    PHP/MySql data truncation in HTML textbox

    Hi - I am using a form to allow user's to update information. It is an HTML form that contains First Name, Last Name, Address, City, State and Zip. I am using PHP to query a MySQL database to pull the exiting values into the form. Then, the user can edit the information. So, for example to...
  11. jsolutions

    Word Page Count

    This is a follow up to thread707-1001749 which asked how to isolate part of a header or footer. With much help and many headaches, I was able to isolate what I needed from the footer. However, now I still need to be able to find the number of pages in a section - or worst case scenario find the...
  12. jsolutions

    Promote/Demote Listbox items

    I am using Access 2003. I have a listbox popluated with values. I need the user to be able to re-order the list on the fly. So, I would like to have to buttons. I've tried several things but continue to run into obstacles. The end result, is that I want the user to be able to click on an item...
  13. jsolutions

    Save button from VBA

    I am converting documents from Word to PDF using Adobe Distiller. I have been able to automate much of the process (with help from many of you) from opening multiple word documents to calling the print routine. However, when printing to distiller, you must click on Save because it is actually...
  14. jsolutions

    Isolating part of a header or footer

    I need to read a header or footer from a document (has only one section) and then isolate an individual part of it. I have been able to get the text from the footer by using the code from Gerry (fumei). Dim SectionFooter As String SectionFooter =...
  15. jsolutions

    Sub-bullets in word tables

    In a normal document, if you are on a bullet (other than the first) and press the TAB key, it gives you a sub-bullet. In a table, TAB moves you to the next cell in the table. Is there any keystroke that will perform this sub-bullet functionality inside a table?
  16. jsolutions

    Open multiple word files from a directory

    I need to be able to open multiple files from a directory (selected by the user), have each one open in turn, have an action performed, then close the document. I can make this work if I know the names of the files to be used, but am having trouble with allowing the user to select the files and...
  17. jsolutions

    jsp database access on web

    I have a simple jsp that opens a connection to an Access database, reads the data, formats it and returns the data to a webpage. In testing it originally, I created a DSN for the database called MyDB and referenced it in the DriverManager.getConnnection method. My Code is listed below and...
  18. jsolutions

    Update value in Template

    Hi - this is an Excel VBA question. I have a template that I want to contain a tracking number. Each time a new file is created based on the template, I want the number to increment. So for example, the first new Excel document based on the template would be document number 1, the next one...
  19. jsolutions

    Data in query but not in form.

    This is a cross post from the Forms thread. OK- I have used Access for about 8 years and have never seen this. I have a form based on a query. If I enter data into the form, the data will not save. However, if I open the query and type data into the resultset, it will save the data. Note ...
  20. jsolutions

    Data in query but not in form

    I have posted this in forms, but have not received an answer, so I am going to try it here. OK- I have used Access for about 8 years and have never seen this. I have a form based on a query. If I enter data into the form, the data will not save. However, if I open the query and type data into...

Part and Inventory Search

Back
Top