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 wOOdy-Soft 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: Hookstrat
  • Content: Threads
  • Order by date
  1. Hookstrat

    Stop System Information on Start-UP

    How do I prevent System Information from executing on start-up. It is really slowing my logons down, bacause it has to load the information every time. I don't see any properties or options anywhere that will prevent it from opening, so is there some registery edit or other fix. Any help is...
  2. Hookstrat

    Text Box position on multiple monitors

    Hello There is no doubt a simple solution to this problem, but one that nevertheless I seem to be overlooking. How do I get a text box to be centered on the screen. If I center it on my computer, then someone with a larger monitor always gets the box running a little to the left. My...
  3. Hookstrat

    Syntax Error- Properties or Code?

    I am using Access 2000 and I have created a Telephone Directory to use over the LAN. I made a data access page, because everyone doesn't have Access installed on their computers. I am now trying to put in a button that will open Outlook from my access page, and possibly insert information from...
  4. Hookstrat

    Outlook in a data access page

    How do I code a button's On_click event in a data access page to open Microsoft Outlook and possibly fill-in some information contained within the database to Outlook's contact list. I'm using Access 2000 and I have a sample code from Microsoft...
  5. Hookstrat

    Using VBscript to run Outlook

    Does anyone have experience using VBscript in a data access page to connect to Microsoft Outlook. I would like to do something very similar to the code listed here: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q161012 but I don't know what changes are necessary for use in VBscript...
  6. Hookstrat

    Export to Outlook

    I was reading through one of Microsoft's sample databases regarding Business Contacts. The sample has a form called "Switchboard" with several buttons including "Import contacts from Outlook". I was wondering if it would possible to manipulate the VBscript so that users...
  7. Hookstrat

    Image format on a form

    I'm having trouble with images that have a canvas size over 1275x1753 pixels. Is there any way to code the form to allow more pixels or larger canvases? If not, what is the largest size Acces will allow? Thanks in advance for any help! L.H.
  8. Hookstrat

    Linking Images

    Sorry for re-posting, but I wasn't sure if my adding to my old thread would get a response. I have been working on this database for a long time and if I can just get these maps to display correctly I can put this beast to rest. I'm still having trouble getting linked images to sidplay in a...
  9. Hookstrat

    Linking Images

    Sorry for re-posting, but this problem is really bugging me. I have been working on this database for a long time and if I can just get these maps to display correctly I can put this beast to rest. I'm still having trouble linking images. I have a table with two fields... [Map] which contains...
  10. Hookstrat

    Synchronizing Two Forms

    I have one table that stores records for a business. Each record has a picture, and in the subsequent form I put in a button that opens a seperate form to display the pictures because they are quite large. My problem is that I would like the the form to display the picture of the record that...
  11. Hookstrat

    Data Access Page Connection Problem

    How do I connect a data access page to a database that is stored on the third hard drive of a server (E:)?? It is for use over a small office intranet. I use the browse directory button on Access 2002 to find the database I need, it then connects to the directory...
  12. Hookstrat

    Zoom in/out of Map

    I'm building a database for recordkeeping and maintenance. I have a map of relatively poor quality in a form just to give a schematic view of where things are located. Would it be possible to build in a zoom in/out feature. I'm using scanned pics of a real map which I saved as bitmaps and...
  13. Hookstrat

    Custom Search w/ Data Access Page

    Does anyone know exactly how to put a user defined search box in a data access page(Access 2000)? I know that I have to clone the recordset, code for the actual search box and buttons, and then deal with error handling. I have most of the vbScript already written but I am getting errors. I...
  14. Hookstrat

    Dismal Days w/Decimals

    I was asked to provide assistance to a co-worker who has a field in a table, and subsequent form, whith project identification numbers (named Project ID). She made the mistake of using numer for her data type even though the numbers will never be manipulated by any mathematical operations...
  15. Hookstrat

    Hello.... I designed a simpl

    Hello.... I designed a simple phone directory and data access page for use over a local intranet. I am trying to put in custom filter/find buttons to search the directory by either company name or by last name. I was able to use a tutorial book and some Microsoft based help to insert the...
  16. Hookstrat

    Inadaquecies w/ Input Masks

    Hi! I have an input mask for a field called manhole ID that looks like this: 0000"00". All of the ID's end with "00". The ID's work lik this 100100,100200,100300, 100400,100500,etc. However, when I get to the one hundreth manhole I need to identify, the tag should...
  17. Hookstrat

    Deleting Relationships

    Is it possible to clear all existing relationships?! My database underwent some design changes and I am trying to change the data type of a field from text to number. However, Access 2000 will not let me change the data type without deleting existing relationships. Deleting the realationship...
  18. Hookstrat

    Table Design Problem- 2:1 field relationship?!

    I am designing a database to track sewer maintenance. I need to give each specific structure within the system an intuitive ID tag. I wanted to use all integers instead of strings. First, the system is divided into 5 branches (ID #1,#2,#3,etc.). Then about every 6 feet there is a sewer main...
  19. Hookstrat

    Cloning Recordsets in Data Access Pages

    Hello.... I designed a simple phone directory and data access page for use over a local intranet. I put in custom filter/find buttons to search the directory by either company name or by last name. I was able to use a tutorial book and some Microsoft based help to insert the command...
  20. Hookstrat

    Adding Custom filtering to Data Access Page-Error 3265:Item can't be f

    Greetings I recently received an internship for a small business firm doing, among other things,design and programming for a 650 entry contact list. First, I designed a simple phone directory and data access page for use over the local intranet. The top of the data access page puts everyone...

Part and Inventory Search

Back
Top