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 strongm 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: iren
  • Order by date
  1. iren

    Special symbols for a survey

    I am trying to build a survey from scratch and I need special symbols how not to fill out survey bubbles. For ex. not cross, or not partly fill them out. Try as I might I was unable to find on-line shth like that. I tried to create them through Paint but they look ugly. Besides, they are too...
  2. iren

    Survey Response “bubble” images

    I need to create a fragment of Survey form. This fragment is a rectangle with response numbered bubble images located vertically with representatives’ names on the right. In other words, I need the column of bubbles images with the numbers inside. Something like below (but without bubbles and...
  3. iren

    SQL Server invalid object name

    Hi everyone! I have a problem working with my table uploaded to SQL Server DW. When I launch the SQLSERVER 2005 session, on the very top of the object Explorer I can see the line comrep01(SQL Server ****-COMDOMAIN\irenl) where comrep01 is the server name (Server type is Database Engine) The...
  4. iren

    Field+case...end+dos as statements

    Hi everyone, Being a very new in SQL Server 2005, I happend to read somebody's code'S segment and got totally confused with what certain expressions mean.... Particularly: 1. What "ID+case when...." expression really means. Actually I am confused with "+" operator between field name and case...
  5. iren

    FILENAME statement with %include

    Hello everyone, After I reviewed the Http://www.technion.ac.il/docs/sas/lgref/z0214504.htm reference, I got still confused about the FILENAME concept which I had never used before (and which I just had happened to see in somebody’s code that I needed to modify. Does FILENAME statement means...
  6. iren

    Unable to use sub form Wizard option “use existing Form”

    Dear experts! I am trying to create a sub form in MS Access 2002 on the form that is already created. Why I am unable to use sub form Wizard option “use existing Form” while “use existing Tables and queries” option is available? Have I missed anything? Thank you in advance, Iren
  7. iren

    Alternative resource to Yahoo GeoCities in order to upload HTML file

    Then...what would be the simpliest free image sharing site? Could you, please, give me a link?
  8. iren

    Alternative resource to Yahoo GeoCities in order to upload HTML file

    Hi Experts! I had an only time experience to upload my file in order to get a URL on Yahoo! GeoCities. Currently it appears that Yahoo! GeoCities is closed while I desperately have needed the similar thing . Could you, please, help me with the issue? -Where I can create the similar free...
  9. iren

    VFP is going to be a part Of MS Access Vista?

    I though that below statement did not exclude this way "extended support through January 2015 as per the developer tools" http://msdn.microsoft.com/en-us/vfoxpro/bb190289.aspx The thing is that I will have an interview very soon and one of the qulifications asks for at least one programming...
  10. iren

    VFP is going to be a part Of MS Access Vista?

    Mike, My understanding is that as long as VB is embedded into MS Access then why VFP cannot? I mean just as having modules written in VFP rather than in VB in order to implement loops.
  11. iren

    VFP is going to be a part Of MS Access Vista?

    Hi Experts, Last year I happened to hear some rumours that in the near future VFP was going to be merged into MS Access Vista. However, try as I might, I was unable to google any evidence. Just wonder if it is truth and if it is a case, could you , address me to the information on-line (if...
  12. iren

    How to number table observationss for each customer?

    I have cust_num and order_date fields. Some customers have only one order while others have more. Therefore some of them have only one records while other have more records. I need an additional column ORDER_SEQUENCE with a asc sequence of the of the orders (1,2,3...). Also if the same customer...
  13. iren

    A list of customers with only one order

    I have a list of customers with member_num and date when their order was submitted. Most of them made more than one order. However I need to isolate those of them who made an only one order. Could you, please, give me a hand? Thank you in advance, Iren
  14. iren

    SOS! Problem with IE7 YAHOO MAIL

    Thanks to everyone. Actually , when I tried to sign out from all my Yahoo accounts, I got able to access the one I need. Now I am trying NOT to logoff ANY account without first signing out. I am not sure why it works like this. I am not even sure if this is a case. However it works agan!!!!
  15. iren

    SOS! Problem with IE7 YAHOO MAIL

    Hi experts! I have Acer Laptop Windows Vista EI7 I failed to access one of my yahoo accounts while others are fine. Whenever I try to open inbox in my particular yahoo account , system generates message :"Ooops, link is broken". I tried different optionts but an only additional message I...
  16. iren

    ERROR: CLI execute error:(SQL0206N or SQL0408N) . Neither way works

    I am running code against data warehouse in DB2, trying to get unique members with at least 2 claims on different dates EXECUTE( create table &tmpschema..ckd ( Id char (29) ,clms_cnt smallint...
  17. iren

    How to delete just desired Cookies in Windows Vista?

    Hello! Could you please answer the following question....Try as I might I was not able to delete desired cookies while it was so simple in XP operating system.I was unable even to see what cookies were created.Is there any way to find certain cookies and delete them ? Thank you in...
  18. iren

    How to insert captions to multiple emoticons in PowerPoint slides

    Hello everybody, I am trying to illustrate my points in PowerPoint 2002 Windows XP presentation using emoticons and Smileys (for example , "sad","Rolling eyes","Crazy" and other emoticons). I can select slide's layout with maximum two pictures in order to use text descripton on the opposite...
  19. iren

    How to set up slides background in PowerPoint 2002?

    Hello everybody. I implemented all my PowerPoint 2002 presentation's slides. However I totally forgot to set up slides’ background . How can I do it now so that not to start everything from scratch? Thank you in advance Iren
  20. iren

    How to combine tables to get new field with max value of both fileds?

    I have MED & PHARM tables Med table has ID and end_dt Pharm table has ID and First_Serv_dt. I extracted max dates from both tables in step1 and 2 How can I combine them to get Last_clm_dt which extract maximum date from both date fields? Medical:&tmpschema..Hosp_w_lst_clm...

Part and Inventory Search

Back
Top