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

    Exports in VB/Crystal XI

    I have created a report on a VB form with an Export Option. The problem I have is that when I get the export dialog, I only get 4 options - PDF, XLS, DOC and RTF. I was under the impression I should get :- Crystal rpt Adobe pdf Excel 97-2000 Excel 92-200 Word Doc Word Editable RTF Rich Text...
  2. richmond88

    Prolems with the CrystalDecisions.Shared.ParameterField Collection

    I I am going through the David McAmis - Crystal Reports XI for Developers book and I am upto Ch9 - Integrating Reports into Windows Applications. Specifically "ParameterField.Name" which is in the bottom line of this code. VB tells me that it is not a member of...
  3. richmond88

    & Chr(13) Why Does it show up as an error

    Hi, I have the following code:- ParameterField.PromptText & Chr(13) DisplayText = DisplayText & "Report Name: " & ParameterField.ReportName & Chr(13) DisplayText = DisplayText & "Has Current Value: " & ParameterField.HasCurrentValue &...
  4. richmond88

    Can Datasheet Column Names apear Vertically ala Excel

    As the title says is it possible to have the Column Names appear vertical. eg C H R I S as opposed to CHRIS Thanks
  5. richmond88

    Conditional Formatting

    I have an application that tracks student grades. The students do a benchmark test so that we can measure there progress during assessments, this is then measured against there current assessment and that assessment grade is colour coded depending it is up/down or on target against there...
  6. richmond88

    Query

    I have reports that can be run from a number of Forms and I dont know which is the best way to feed the data to the reports. The criteria can also change based up on which field the user wants to report on. Hopefully someone can give me some advice on the best way to do it. Should I :- 1)...
  7. richmond88

    Can you run an append query with selection criteria from VBA

    Hi all, I want to run an append query from VBA and attach a criteria. A: Is this possible B: If it is how do you do it. C: If it isnt is there a workaround. Thanks Chris
  8. richmond88

    Exclusive Access Problem

    I have an application that is split into a front end and a backend on my laptop. I have all the necessary rights both at disk level and workgroup level as well as having shared access to the DB's. Everytime I try to either copy or re design a form or report(Tables and Queries or fine) - I get...
  9. richmond88

    How do you reference a field on a Form Footer from a subform

    I have a field called txtSubjectsTotal in the FOOTER of a form called frmXCurricularStudentFeedback. I am trying to add the contents of that field to another field in the footer of a subform. All I get is the total in the subform field - any help appreciated. Thanks Chris
  10. richmond88

    Soring on a subform

    I have a subform that I want to sort both in ascending and descending order. It can be sorted on any one of 4 fields. The subform has a query bound to it. I presumably have 4 toggle buttons. This may be a bit vague but can someone help me with the code to do it. Thaks
  11. richmond88

    How do you do Crosstab Queries with ADP'S

    As the title says how do you do crosstabs - Can you do crosstab Queries. Thanks Chris
  12. richmond88

    Passing more than one parameter to a pass thru query -HELP

    Hi All, I have an unbound mdb and I pull data down to a local table from an SQL 2000 Server - Set out below is how I do it. At the moment the I only pass one parameter which is & Forms!frmCurrentUserDetails!txtCalendarYrID & "'", _ I now want to pass the pass thru query 2 parameters but i...
  13. richmond88

    How do I get a line on Date Change on a report

    I have a Calendar Type Report with the date down the left hand side, I hide duplicate dates. When I have a date change I would like to have a line going across the report. How do I do this please. Thanks Chris
  14. richmond88

    How to stop, internet browsing from "My Computer"

    Does anybody, know how to stop users, being able to use the internet from the My Computer Address bar? I can disable Internet Explorer but, the ability to type a url in the "My Computer" bar is still possible. Any idea's would be great!!!!
  15. richmond88

    Shared Mailbox Permissions Problem

    I have a mailbox, which I need to share between 3 Recipients. I am unsure of what permissions I need to allow them all to have access and create sub-folders, within the mail-box. Do I need to have the mailbox assigned to particular recipient? Or can I leave it blank (as it currently is)? The...
  16. richmond88

    Mailmerge with Details Section

    Hi All, I work in a school and I am trying to merge student details into a word document. The name, address etc is not a problem but I need to merge a details section which contains student subject choices. How do I do this? Thanks Chris
  17. richmond88

    Numeric Field Problem

    Hi All, I am running an append query and in that query there is a calulation. The answer could come out as 6.597489 - this figure is appended into a field in a temporary table that is numeric, fixed, with Decimal Places of 1. The problem I am having is that in the temporary table the figure...
  18. richmond88

    Non Numeric Measures

    Hi All, I have just entered the brave new world of MDX and OLAP. Can a measure be a Letter or does it always have to be numeric. I work in a school and I need to show grades in the cells/measures as opposed to numbers. Thanks for you help Chris

Part and Inventory Search

Back
Top