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

    Warning message when sending email via MS Access

    I am using Outlook 2000, but get a message stating "A program is trying to automatically send e-mail on yor behalf. Do you allow this?" The program is MS Access 2000. Since I am doing a scan, this could happen every 5 minutes. Is there an option in Outlook to turn this message off and allow...
  2. rjurgens

    Create a script to email from a passed value

    I trying to write a script that will allow an email to be send to a person once the test script has completed and passed. I created a new field in the Test Lab area call 'Passed To', and wish to have the code take the value (person's user name) and email him letting him know that the particular...
  3. rjurgens

    'Enter' character in Memo field

    I am linking to an Oracle table, and one of the fields is a memo field. The data is set up for one line, such a a name or address, then it is supposed to go to the next line. But when I display in Access, the 'enter' key (displayed as a thick vertical line in Access) does not drop down to the...
  4. rjurgens

    remove spaces of Report to .txt file

    I have a few reports that I have to create .txt files, which have to be in a certain format. The problem is that on the report, there are no spaces, but when it is converted, it puts spaces in places. The spaces are not consistant (as in not in the same place throughout the report). I made...
  5. rjurgens

    Open form from listbox using right-click

    I have a listbox (using Access 2000) and it opens up a popup form by double-clicking. Is it possible to have it open up the popup by clicking the right-click instead?
  6. rjurgens

    Scroll to bottom of Memo box

    I have a display box in my form which takes is a Memo field. Since this can be quite big, when the user opens up the form, I want the Memo field to be scrolled to the bottom automatically. Any help would be appreciated. Thanks
  7. rjurgens

    Showing Date/Time from different servers

    I have a Access 2000 form that requires the user to see the date and time of different servers, depending on what environment they are working in. Is there a way to show the date and time of 4 different servers (selected by option or list box)? The date and time change in order to simulate...
  8. rjurgens

    Access2000 to Oracle will not append

    I am trying to export a table from Access 2000 to Oracle. It works fine if I create a new table in Oracle, but I get an error when trying to append to an existing Orable table. Here is the code I am using. DoCmd.TransferDatabase acExport, "ODBC"...
  9. rjurgens

    Disable sorting in datasheet

    I have a Access form that shows a table in a subform. The table is in datasheet view. Is there anyway I can disable the sort asc/desc on all the fields?
  10. rjurgens

    Merging 2 fields in a Append Query

    I have a query that Appends selected data into the main table. I want to create a key ID field where I merge 2 fields into 1 in order to make a unique number. Any help would be much appreciated.
  11. rjurgens

    TreeView on page (tab control)

    I created a TreeView in Access 2000 and it works fine. However, in my form, I have several pages set up. The TreeView shows at the very top (upper left) of the form and not in the page. Is there anyway I can code it to show in a specific page and not within the form?
  12. rjurgens

    Add names from Macro to forwarded message

    I am trying to figure a way where I can add selected names to the "To:" field on a forwarded message. I know how to add the drop down list in the toolbar and call in macros, but I do not know how to code it. Basically, if my drop down has a list of ten names, I want to be able to...
  13. rjurgens

    Need to import an Oracle db into MS Access

    I am trying to import an Oracle table, believe it is version 8.1, into MS Access 2000. What I want to do is let the user import this table at anytime by clicking a button. I do not what to make it more complex to them than that. Any suggestions?

Part and Inventory Search

Back
Top