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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by only412c

  1. only412c

    Extract data from Alt Text in PowerPoint presentation

    Thanks strongm, Some of the Alt Text do not pull such as in line text within bar charts. If the Alt Text is within the chart, how to handle the pull of these
  2. only412c

    Extract data from Alt Text in PowerPoint presentation

    Hi, I am trying to extract the values or data within the ALT Text field in PowerPoint. Does anyone know how to code this in VBA? This include pulling information from the Chart ALT Text fields as well.
  3. only412c

    Remove Hyphen from Field in MSSQL2005

    Thank for all and quick response. Sorry to bother, should have known better to use replace.
  4. only412c

    Remove Hyphen from Field in MSSQL2005

    I am trying to remove Hyphen and only report the number from field, how best to do so? Example Loinc_Cd Result needed 4548-4 45484 13457-7 134577 718-7 7187 2857-1 28571 2514-8 25148 Thanks in advance for you help.
  5. only412c

    Convert to Logical Data Type

    I am trying to get Supply Field in the Select Statement to read as Logical Field, so that it can get into the Sample.dbo.2009_PharmacyData Getting this message Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value 'N' to data type bit. INSERT...
  6. only412c

    Many to Many relationship in crystal table structure

    I am trying to tied two table to a third table to share retrieve certain information into a report. Table #1 has the payer id and payor name which consist of multiple payers forming a many relationship of payer id. Table #2 has item id and item name which consist of multiple items forming a...
  7. only412c

    Extract identical record for accounts

    Thanks LB, It seem to be working fine. One additional question. The report created also shows a matrix based on columns as follows: Acct# FamGrp Fam1 Fam2 Fam3 Fam4 Fam5 Fam6 Fam7 Tot xxx000 Fam5 0 0 0 0 0 1 0 xxx000 Fam5 0 0 0 0 0...
  8. only412c

    Extract identical record for accounts

    Thanks, I'll give a try tomorrow and let you know. Thanks again for responding quickly.
  9. only412c

    Extract identical record for accounts

    Each of the FamGRP have a set of code to define the FamGRP For example FamGrp FAM5 consist of a group of items 77738, 77393, 77499. We are not trying to identify the items within a group, they are summarized on the FamGRP formula What we are trying to identify is accounts that have multiple...
  10. only412c

    Extract identical record for accounts

    I am doing an assignment that is to evaluate each customer account number and evaluate if their service fall into one of eight families. If the account # has two or more of the same FamGrp then, I would like these account set aside. For example in account # xxx000, I want to isolated or tag...
  11. only412c

    Cross Tab calculation of net increase in revenue

    I am new to Crosstabs. I've created a crosstab the show the revenue for 2005 and 2006. I want to create another column in the crosstab to calculate the percent increase in revenue for each of these two years. Can someone direct me as to how to go about doing this? Thanks, Juan.
  12. only412c

    Refresh combo box field after a new record is added.

    Thanks, I got it to work. One final question, just so I can understand. The (Response = acDataErrAdded) and (Response = acDataErrContinue) what exactly is it doing in the program logic. Is acDataErrAdded variable you assigned or are they builtin and part of the msgbox function? I am still...
  13. only412c

    Refresh combo box field after a new record is added.

    I have created a combo box field to allow user to browse records from a table. The form consisting of the combo box field has also a command button to allow the user to bring up a pop-up form to create a new record. Once the user adds a record, it returns control to the combo box field and...
  14. only412c

    New to Crystal Report

    I am new to Crystal reports. Does anyone know where can I get information to learn about Crystal Reports. I am gonna take an online course this week on the subject and would like to know where to purchase and what edition is most use out there. What is the average price for a starter version...

Part and Inventory Search

Back
Top