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 Chris Miller 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. austin22

    Export Fields from Access to Excel

    Hello all, I want to export my fields, types and descriptions from Access to Excel. I do not want to export the data itself, just the fields, types and description of fields.
  2. austin22

    Coding for exporting data into a text file format

    Okay when I export the data into Notepad, I get a bunch of garbage...Commas, spaces...etc. It does not look like the format I sent to you earlier. See first attachment.
  3. austin22

    Coding for exporting data into a text file format

    How?...Would it be like I have it in Crystal Reports? I did a query in CR and formatted the data as requested by the recipient. This was done because the formatted data that came with an already existing application stopped working. I guess I do not understand the concept.
  4. austin22

    Coding for exporting data into a text file format

    Will you send me an example on how to do so? I have no idea at this point.
  5. austin22

    Coding for exporting data into a text file format

    It has to be sent in text format or ASCII format in Notepad.
  6. austin22

    Coding for exporting data into a text file format

    I am using Access 2007 and I am trying to develop a small application for tax purposes. What I need to know is what is the best approach to exporting or converting the data in Access into a text file to be sent to recipient in the correct format. Here is what I have now...but this is hardcoded...
  7. austin22

    How to Create Output and Input Forms in Access

    Hello all, I am needing some kind of direction on how to create output and input forms in Access. I know nothing about Visual Basic, however, I am needing to create Tables and Forms to store the data into Access. My question is this...if I just import the external data from Visual Basic into...
  8. austin22

    Storing data into access from Visual Basic

    I have a gentlemen that has built data and codings in VB and I want to store the data in Access...what do I do next? I know how to build tables in Access, however, I do not know what I need to do to store this data in Access. Help me wrap my brain around the concept. Any help will be...
  9. austin22

    Alpha Range By Last Name

    Thank you so much to both CR85user and lbass for the solution. Yes, both work just great! Again, thanks! austin22
  10. austin22

    Alpha Range By Last Name

    Hello all, I am using Crystal Report XI. I need a simple formula that will allow me to do a range on a list of last names. For example, I would like to see all last names that starts with range of A-L...this is what I have now: {DefLastName} startswith...
  11. austin22

    How to calculate Revenue

    Yes, I've used Crystal before... Yes, I have linked the two tables... The two tables are: {Case Physical Table} and {Case Transaction} both are linked by the case number. The report is grouped by the case filed date and then grouped by the case closed date (these fields are found in the 'case...
  12. austin22

    How to calculate Revenue

    I am using Crystal Report 8.5 and I want to calculate how much revenue collected in a particular year. I am having a hard time thinking this through... Say that I had 176,000 cases filed in year 2003, and 55,000 of the cases filed were closed in 2003 due to payment. I want to know the revenue...
  13. austin22

    Interpret a formula

    Thank you so much...it make sense to me now. Have a great day! austin22
  14. austin22

    Interpret a formula

    Can someone interpret this formula? NumberVar DoBVar := IIF((100 * MONTH(CURRENTDATE) + DAY(CURRENTDATE)) < (100 * MONTH({Case_party_PHYSICAL_TABLE.CP_DOB}) + DAY({Case_party_PHYSICAL_TABLE.CP_DOB})), 1, 0); NumberVar YrsVar := DATEDIFF("yyyy",{Case_party_PHYSICAL_TABLE.CP_DOB},CURRENTDATE) -...
  15. austin22

    Conditional formula

    You are great! That worked for me. Have a good day! austin22
  16. austin22

    Conditional formula

    No mistake. The complaint form is a Filing Action Type and the docket is an Event Action Type. However, the codes "NJT" and "COMPL" are both in the ACTIONCODE table: Like this: ActionCode ActionDesc ActionType NJT Non-Jury Trial Event COMPL...
  17. austin22

    Conditional formula

    Hello All, I am using CR 8.5 I may have asked this question before, however, I cannot find a thread to answer this question for me. I want to create a list of cases that are set on a particular docket and identify those cases that may need a complaint form. If complaint form is already on...
  18. austin22

    Group Formula

    Yes, CNumber is the same as case number and the report is grouped by the CNumber. Sorry for the confusion. I figured out what I did wrong...I had the wrong criteria in my Group selection formula. The report works just fine. LB, thank you so much for your patience. [thumbsup2]
  19. austin22

    Group Formula

    Thank you for your response. I still get cases with either one of the 'letter' or the 'complaint form'. I want the report to display cases that have both the letter and the complaint form on one case. Then suppress the cases that have one of the other. At first, I thought the formula worked...
  20. austin22

    Group Formula

    Continue... The {CASE_PARTY_ACTION_PHYT.JEboA} is the CNumber and my report is grouped by the case number.

Part and Inventory Search

Back
Top