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

    Issue with "LaunchCD" in code

    Hi Guys I want to use the code Me!Path = LaunchCD(Me) In a form associated with a button to open up a folder dialog box, find the file that the record associates with and then save the path in to the text box "Path" so as I can click on that in future and be taken straight to the file on my...
  2. tontenn

    How to make name or initials auto populate into a form text field

    Hi Guys Been a while since I have needed to come on and ask a question. I am updating our database and many staff have asked if when a record is changed that not only does the timestamp change but they want to have their name or initials be saved to show the last person that worked on the...
  3. tontenn

    Error and locking when opening report from another database

    Hi Guys Just a quick error question I hope someone can help me with. In thread702-1332179 I asked a question about opening up a report from another database on the same server. Remou answered and supplied me with a great piece of code that has done the trick. Up until now. Now when we try to...
  4. tontenn

    Upload function to show path to folder rather than the individual file

    Hi Guys In reference to thread702-1336538 Aceman gave me the code Me!Path = LaunchCD (Me) to throw a path into a text box so that staff can click and be taken straight to a file on the server. Now that has been working like a dream and its so good and saved so much time but the issue we are...
  5. tontenn

    Error with opening a report in another database from within a form

    Hi Guys and espeically Remou. The other day in thread thread702-1332179 you gave me a very easy and simple way to open up a report in another database from a form. It worked well putting it through the system and on my pc, but on a couple of the networked computers, for some reason, once you...
  6. tontenn

    Upload function which shows path and details in a form

    Hi Guys Thanks heaps for all the help so far this year. Im coming to the end of my contract and so just a few more weeks of questions. Now this one is a doozy. I have a database full of details and paths to documents on our server. Have a form "CSCIMS" which we can use to create a new entry...
  7. tontenn

    Error when using followhyperlink me.path

    Hi Remou and Team Im back with a continuing question in regard to this issue.Refer to thread thread181-27567 I have now created a new table and a new form within the database above and wished to do the same thing, click on the path to take me to the form on our server. Followed all...
  8. tontenn

    Opening excel sheet from a button

    Hi Guys This may seem painfully easy but its cuasing me some grief. I created a button that opens a word document on my server automatically. Code below. Private Sub Command1_Click() Dim oApp As Object Dim oDoc As Object Set oApp = CreateObject("Word.Application") oApp.Visible = True Set oDoc...
  9. tontenn

    Mail merge in word fails to show one field

    HI guys Hope you can help me. I have developed an access database that creates a txt file of data to send to a word file. This is then merged such as (into a fax template) so the staff can just populate the rest of the form, the name and the fax number come across from the database and they...
  10. tontenn

    How to open report in another database from within a form

    Hi Guys Im bacccckkk. Thanks for all your help so far in the past. I have another dilemma. I have two working well databases. What i would like to do is click on some text or a button in one and then that will open up a report from the other one. The current database is called CSCSTD and Im...
  11. tontenn

    Key word search that produces options

    Hi everyone Once again thanks for every other time I have asked a question, I have received the perfect responses. Now this one has probably been done to death. But I cant find a way in all the searches that accurately and without error does what I want it to do. So I hope someone can help me...
  12. tontenn

    Clicking on text in a form to open a .doc or .xls or .pdf

    Good Afternoon Guys. Another question. Painfully easy as it might seem to you all, to me its been bugging me all day. I have a table listing documents in a folder on our server. I have created a form with the "PrimaryKey" "Title" "Descrip" and a field calle "Link" which lists the path to the...
  13. tontenn

    Searching pages without CMS

    Hi Guys Is there any way of creating a search page or just a basic text button on a webpage made therough dreamweaver so you can search through your whole site without having to use a content management system or server based database. We are just doing a very small internal web intranet and...
  14. tontenn

    Help with Search feature in Form

    Good Afternoon or morning wherever in the world you are. I have a followup query about searching in forms. I have set up a basic search text box and assigned a button to search for company names. Its going well but we are finding something that is annoying and slowing us down. The code we have...
  15. tontenn

    Search function for internal web made with word

    Hi everyone This is a strange one but here goes. Have searched high and low without anything suitable. I have made an internal website (Intranet) through microsoft word and saving each page as a webpage. These also have hyperlinks off to documents (pdf, word and excel) through our folders. I...
  16. tontenn

    Simple Delete Log error

    Hi Guys Thanks for your help so far in previous weeks with questions on my database. This one is based around a closed thread thread702-896433. I am trying to create a simple log so that each item that is deleted is automatically add to a log so that we can keep track of them. I tried...
  17. tontenn

    Clearing all tick boxes following report

    Well I have asked two questions in the last week on this forum and have had two very successful responses. Lets hope its third time lucky as well. I have a database with contact details and one of the reports i have created are mailing labels and they are decided by tick boxes in a field called...
  18. tontenn

    Basic emailing from access in either table or form

    Hi Guys Im am really struggling. I have searched and tried every basic thread in here to try and sort out my problem but I just cant get ont to work that doesnt give me an error message. Not being that ofay with all your technical jargen doesnt help either. Basically all I want to know and do...
  19. tontenn

    Making a report from a table to not show some records

    Hi Guys, i hope you can help me with this question. Im a bit of an access novice and novice in code but hoping you will stil be able to explain what to do. I have a table with 3330 records and i want to make a simple report based on all the fields in the table. The thing that is the problem is...

Part and Inventory Search

Back
Top