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

    Problems opening Word document from Access and doing search/replace!

    Hi, I have an Access 2000 database. I am opening a doc in Word from Access and doing a search and replace of data from my database. This has always worked successfully. Although, I have never been able to search and replace in a footer of a word document. So I incorprated the code down...
  2. jimtmelb1

    Can I change the cursor if I mouse over an image or button in Access2K

    Hi, I have used buttons as images in my Access 2000 database. Is it possible to mouse over an image or even a button and be able to change the mouse cursor. Also, When you use a text field that's bound to a field in the database you can set to hyperlink and when you mouse over it you get the...
  3. jimtmelb1

    Problem making making reference to a DLL in Access2K DB!

    Hi, I'm sorry but I have been unclear in a previous post so I am trying again. I have an Access 2000 database. All my users have Microsoft Access 2000 runtime or Microsoft Access the full program. Both these packages when installed install the MS09.dll (Microsoft Office Object Library). In...
  4. jimtmelb1

    Need to make reference to a new dll in my database via code !!

    I have an Access 2000 database. When I make updates I usually update the front end database and ship it out to my users. In my current update I had to make reference to the Micosoft Object Library MS09.dll. So I have made this reference in my database on my computer. I am stuck on how I can...
  5. jimtmelb1

    Need help submitting a HTML form using MS Access 2000!!

    Hi, Is there any way to create a html form in Access 2000 using information already installed in the database and when the user clicks on a button it submits this html form to its destination without creating a html file on the local machine. Creating a html file locally is the way I have...
  6. jimtmelb1

    Trying to submit a form onload using javascript is giving me trouble!!

    Hi, I have a Access 2000 database and when you click a button it opens a html file on the local machine. When this html file is loaded it submits a form. I have inserted some of the code below. You can see onLoad it submits the form call Test. This was working fine on most versions of IE...
  7. jimtmelb1

    Need help increasing the size of a popup form in Access 2000.

    Hi, I have created a pop form in my Access 2000 database. It's a continuous form and when I open it from my main menu it only displays a couple records. I would like to increase the size of the pop up screen, so that the height of the form when open can increase. Is there anyway of achieving...
  8. jimtmelb1

    Copying files (controls) to system32 directory using VB.

    Hi, I have a small VB app which copies files from a CD to a directory structure on a local machine. The app is also run from the CD itself. I have some controls I need to copy to the local machine. One has to go to be copied into the System32 directory the other into the "c:\program...
  9. jimtmelb1

    Problems opening a html page from Access and linking within a page!

    Hi, In Access 2000, is it possible to open a local html file and be able to link to a specific section in a page. The page is not on the web it just lives locally. I want to be able to click buttons from different forms in my db and it will link to certain sections in this html page. I have...
  10. jimtmelb1

    Problems submitting a form in a HTML page using MS Access 2000

    Hi, I have an Access 2000 database. I have a button which creates a text file in a default location called "search.html". This file contains a HTTP Post. I created a form with data from the database. When the user clicks the button, it creates this file and submits it too. I have enclosed a...
  11. jimtmelb1

    Problem when closing a form on top of another form in Access

    I have an Access 2000 database. I have a main form for data entry which is used the majority of times. I am having a problem that I can't seem to rectify. From a toolbar along the top I can open other forms on top of this main form. Some a pop up forms and others are not. When I open a...
  12. jimtmelb1

    Disabling certain menu names from a toolbar using code. Access2000 DB

    Hi, I have created a macro that in turn created a toolbar which I use on some forms of my Access 2000 database. All this works really well. My issue is the user has options to set some security settings in the database which enables and disables certain forms accordingly. My problem is I...
  13. jimtmelb1

    Problem with MSWord 2003 and automation in MSAccess.

    Hi, I have an Access 2000 database. Using automation a user can send open a document in MSWord from the database and it also performs search and replace with values from the database and the document is open in MSWord. It also saves the document to a default location. Well this works fine on...
  14. jimtmelb1

    I want to use GotFocus on image for single record in a continuous form

    Hi, In my Access database I have a continuous form that displays multiple records. Each record has an image. I would like to use the On Got Focus and On Lost Focus methods to change the image accordingly. My issue is, I only want one record to display this image change. In a continuous...
  15. jimtmelb1

    Having trouble previewing a report on top of a pop up form!

    I have created a form in Access 2000. It's a pop up form. When the user opens this form they have an option to preview a report. Instead of the report being in focus it is behid this pop up form. I can't close the form when the preview button is hit because the report requires data from my...
  16. jimtmelb1

    Having trouble tabbing to transparent buttons in Continuous form!

    I have little issue changing the User Interface of my Access 2000 database. I have a form that displays continuous records. I have placed a command button that's transparent with an image behind it. When the focus goes on the button it displays a different image. My problem is when you tab...
  17. jimtmelb1

    I need help using and having button inside an Option Group!

    Hi, I have an Access 2000 database. I am in the process of changing the user interface of my database. I have created images that can be used for buttons. All I did is keep the button on top and use the transparent property. Then on focus of this transparent button it displays a slightly...
  18. jimtmelb1

    Keep getting an error in a web page using a MSINET Control.

    Hi I have an Access 2000 database with a embedded browser in a form. The Active X control I use is MSINET.OCX. I am experiencing an error when a user clicks submit on a web page with the following javascript; <script type="text/javascript"> <!-- var submitted = 0; function doSubmit()...
  19. jimtmelb1

    Having some trouble using images instead of the grey buttons!

    Hi, In my Access 2000 database I have many buttons. I am updating the look and feel of my database and would like to use images instead of the buttons. When I insert a picture the grey of the button still appears around the outside. I can only use bitmap images on buttons. If i use just...
  20. jimtmelb1

    Trouble changing a set of radio buttons to a drop down box.

    Hi, I have an Access 2000 database. I need to change a set of radio buttons to a drop down box. The field for the radio buttons is a Yes/No field. I'd rather not change the field in the backend database but i want to know if possible can I have a drop down box where the control source is a...

Part and Inventory Search

Back
Top