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 gkittelson 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: *

  1. strangeryet

    Query help and averages

    That may have done the trick. Thank you
  2. strangeryet

    Query help and averages

    I have a table with rows that contain a Date, Id and an amount. I need to create a report or form that will show each ID with the same Date the amount and an average for the amounts. A table example would be: Date......Id..Amount 4/12/2012 123 4 4/12/2012 456 3 4/12/2012 789 2 5/12/2012 123 5...
  3. strangeryet

    What's more efficient read file once, read file when needed?

    I have a .txt file that I need to read and grab data from certain lines in the file. I may need to do this just a few times during processing or perhaps a dozen times. Is it better to open the file once and build an array of data with the information I might need.... OR Is it better to...
  4. strangeryet

    Using column name as a field value in query result

    Hello, Is it possible to use a column name as part of a query result. for example Column names Values Product1,Product2 1235xyz, 1234ads 3422xdr, 234dnfb 4234ser, 1dae4r3 for a result looking like: Product1, 1235xyz Product1, 3422xdr Product1, 4234ser Product2, 1234ads Product2, 234dnfb...
  5. strangeryet

    Working with PDFs

    Yes, that is true. They need to enter a password that will allow the document to be displayed. So what is the general consenses on AcroExch? How is that used anyway? I've never seen it.
  6. strangeryet

    Working with PDFs

    thanks Tom, They are using Adobe Acrobat Professional. They click on the PDF, it asks for the password, they supply the password and then remove security in order to process into our documentation archive system. Ideas? thanks
  7. strangeryet

    Working with PDFs

    Hello, One of our operators has a daily task that I was wondering if and how it could be automated to help them during this process. Let me explain. We receive a CD that contains PDF files. Each Pdf file needs to be opened with a password, have the security removed, saved and moved into...
  8. strangeryet

    Search Component.

    I have one Front Page 2003 app where I have a search component on a couple of forms, and it works. I started another FP app and added a Search component and it does not work. I get this error: FrontPage Error. User: please report details to this site's webmaster. Webmaster: please see the...
  9. strangeryet

    Date computation

    Wow, very stream-lined. Thanks very much.
  10. strangeryet

    Date computation

    Hello, How can I find what the Sunday date would be for the xx number of weeks represented as a numeric value: In other words: If given the numeric value of (let's say) 37, what would the Sunday date be for the 37th week into the year? I assume I would start with a beginnnig date of...
  11. strangeryet

    Access 2002 - upgrade

    Thanks for the info. Yeah you would think the fact that they have office 2003 would not be a problem. Yet certain sql statements from queries that run get caught. At times I have to rewrite them to get them to run in 2003. Others are complicated queries that will run in 2002, (and with users...
  12. strangeryet

    Access 2002 - upgrade

    Hello, I am currently running Access 2002 Developer. A lot of our users have gone to Office 2003; so there are compatibility issue errors that pop up from time to time in my Access applications, (functions not available etc.) I'm probably due for an Access upgrade. I need a developer addition...
  13. strangeryet

    Search Component

    I put a search control component on a web page. It does work. However, it only finds the full text of a search. Let me explain: If I search for 'TM969', all documents with TM969 are found. If I search for '969' nothing is found. Why does the search feature not list the same documents? Is there...
  14. strangeryet

    Front Page Themes

    I have a web page. I click the Format tab and choose Themes. I see a theme I like so I double click it and it throws the background of the theme on to my page. The icon of the themes, show that the headings and buttons are also subject to the theme, yet when I add text for (let's say) a heading...
  15. strangeryet

    Browser window inside my page

    Okay, thanks for the example code.
  16. strangeryet

    Browser window inside my page

    Yes, thank you, that kind of did it and perhaps it's a better way to do what i need, however it brought the link up in another browser instance. I found that if I insert an Inline Frame, I was able to set that frame as the target for the hyperlink. Then when I clicked the hyperlink the site came...
  17. strangeryet

    Browser window inside my page

    Using FP 2003, how do I go about opening up a browser window within my web page? So if a user clicks a link on the site, the result of the click displays in it's own little browser window, so that the user does not leave my site? Thanks for you help!
  18. strangeryet

    Simple web site created...now what?

    Basic Question: (I've never done this before so I'm not sure what to do). I am creating a small business website for a friend in FP. It is a pretty basic site. My knowledge is more in VS.Net and using company web hosted servers. So once I have his site to a point where it is ready to be...
  19. strangeryet

    Radio Buttons and Option Groups

    That was it. I did a cut and paste of the radio button and it now has ownership within that option group. Thanks
  20. strangeryet

    Radio Buttons and Option Groups

    No. I just dragged them to their new locations. So a copy and paste will work?

Part and Inventory Search

Back
Top