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!

Recent content by jimtmelb1

  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

    Hi, I have made a discovery. In the pop up form I have included some code to assist with the Mouse Wheel problem in Access 2000. When using the mouse wheel it cycles all records instead of scrolling down a form. Anyway Microsoft had a fix for the problem and I have implemented this in my...
  12. jimtmelb1

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

    Hi, I have a scenario where it always happens. If I open my main form. Then I open a pop up form. I can close the pop up form successfully. Then I open another form on top of my main form which is not a pop up. As soon as I open this form the main form is disabled. So if I close the form...
  13. 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...
  14. 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...

Part and Inventory Search

Back
Top