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

    A challenge - Find & Replace within a column

    Here's what I want to do. i have a table with multiple columns and in column B i have a list of names seperated by ^s Here is a sample of records: 1 Bill^Sue^Bob^Frank^ 2 Fred^Joe^Bill^John^Sue^Doug^ 3 Joe^Sam^Todd^ 4 Bill^ I want to write a script that will look within column B...
  2. plshelpme

    Validation of Toggle fields on Forms with Net 6.2

    For some reason my form does not work in Netscape 6.2 The problem seems to be with the references to the toggle fields in the form. Whenever I remove this section the form works...but with these references, the JavaScript procedure just quits and the form can not be validated...hence the user...
  3. plshelpme

    Report Size Limit..how do I overcome this?

    I am trying to put together a report in MS Access....but I can not get all of my data to fit...the report will need to be about 5-8 pages per record. Ms-Access seems to want to limit me at 3 pages....which is just not enough!??!?! Is there a work around, if not, can anyone suggest a new tool? I...
  4. plshelpme

    Is Crystal the tool for me???

    I am looking for a tool that will allow me to create reports based on data in an SQL Server DB. The reports will have to output in pdf form and they will be about 5-8 pages in length per record. I will want to pull multiple records at once. And I would like the user to be able to go through a...
  5. plshelpme

    easiest way to create a report with several multi sized columns

    Any one know a shortcut. I have about 50 columns that I want to layout in a report, but I need to allow enough space for all data entered...anyone know a nice shortcut. What the Design wizard produces looks terrible. Thanks
  6. plshelpme

    how do you disregard a NULL when concatenating

    I am trying to merge several columns into one in a view. The problem is sometimes some of these columns contain a NULL value. So when I do; Col1 + ' ' + Col2 + ' ' + Col3 If any of these columns has a NULL value in it, the result is NULL, and not just the other two values concatenated...
  7. plshelpme

    Limit on the # Columns to bring into a report

    How do you get around this limit? I am trying to pull 64 columns...and this is too many. Thanks
  8. plshelpme

    Way to create report output in PDF from SQL Server DB

    Is there any way to create reports that output in pdf through Visual Interdev based on data on an SQL server DB? I would also like to build a nicer interface on the front of this so that users can run the queries and create the reports themselves in a user friendly manner. Any ideas?
  9. plshelpme

    SQL Server data to .pdf Report

    What is the best way to pull data from an SQL Server DataBase and have the output report end up in .pdf format? I have tried MS-Access, but the # of columns that I want to pull is beyond the MS-Access limit. I would like to be able to allow the user to query the DB and pull a subset of a...
  10. plshelpme

    how do I setup the ADO connection to an SQL server

    Hi I need the very basic steps to set up a connection from my local MS-Access a SQL Server DB. Is there somewhere that I can go to just select the ODBC that I have set up for that DB?? Thanks
  11. plshelpme

    Can you use VBScript in Adobe GoLive

    I have created a form in Dreamweaver that once submitted will send all of the information through email using CDONTS in VBScript. Now I would like to do the same development using Adobe GoLive....is this possible, and if so, are there any starting points??? From what I can see GoLive just does...
  12. plshelpme

    New - New Folder missing in Outlook Address book

    Wondering if anyone has ever not been able to create a folder in their address book because 'New Folder' was missing from the 'New..' menu. I am dealing with Outlook Express 6.00.26.0000 Can anyone help me get this feature back. I have no problems on my desktop, but on my laptop I just don't...
  13. plshelpme

    I want a button on a webpage to open a popWindow..

    and then I want a link on the popWindow to redirect the main page and close the popWindow. Any ideas?
  14. plshelpme

    I want the combo box to display 2 columns when selection made

    is this possible? when the drop box is dropped you can see two columns; lastname and firstname ...but when a record is selected, the drop box only displays the first column (lastname). Is there any way around this? Ideal I want the dropbox to display '<lastname>, <firstname>' when a record is...
  15. plshelpme

    How do I create a pop-up box

    Hey. I'm trying to get my website to put up a message box for which the user has to click OK before being re-routed to a new site. I have tried msgbox using VBScript, but i can not get the box to display at all, the site just re-routes. I also tried to get the site to delay before re-routing...
  16. plshelpme

    how do you embed a URL into an email sent through VB

    I am sending emails through VB and I want to include a link to a website in the email body. I want the reader to just be able to double click on the url and be taken to the site, but everything i have tried is making the url just come through as plain text and not a link. Any idea how this can...
  17. plshelpme

    want to send personalized emails from a DB of email address

    is VB the way to go for this? basically i want to pull email addresses and the names of the people i want to send the emails to from a DB. Then put together a personalized email (with each recipients name on top) and then send them out saying their from various people depending on what is...
  18. plshelpme

    VBscript + SQL to send emails

    Can you write a VBscript program that pulls records from an SQL DB table and based on the information it obtains compiles personalized emails and sends them off to multiple recipients?? I know this can be done from a website....but my real question is can this be done without the website? And...
  19. plshelpme

    Emailing from MS Access 2000 DB through Lotus Notes

    is this even possible? this simple piece of code in Access (where Receiver is a variable containing the email address that I want to send the message to, it is pulled from an Access table) DoCmd.SendObject , , , Receiver, , , &quot;This is a test.&quot; keeps hitting the error section and...
  20. plshelpme

    mass emailing from a view

    Is it possible to send a message to all email addresses in a view? I would also like to have the message say that it has been sent from another email address (which is also listed in the view)

Part and Inventory Search

Back
Top