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 Rhinorhino 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 Billwork

  1. Billwork

    How do you select just one data item from a field?

    Thanks lbass for your post, and apologies for my delayed response. I was able to implement your code without problems, but unfortunately we are constantly changing and updating the projection names and so a hard coded solution probably won't be suitable going forward. I was able to reach a...
  2. Billwork

    How do you select just one data item from a field?

    Thanks for that. I understand what you have done, but the same problem still remains. After implementing your code (with some minor additions) WhileReadingRecords; numbervar Array UserInputs; UserInputs := [{?ActualsID}, {?ProjectionID}, {?BudgetID}]; Stringvar Array MyArray; Redim...
  3. Billwork

    How do you select just one data item from a field?

    I thought it might have been unclear, it's not the easiest problem to describe! I'm using CR 10. The data is coming from Microsoft Access. I am using user inputed parameters to pull in data from a database (These are called ActualID, ProjectionID and BudgetID). The parameters inputed refer to...
  4. Billwork

    How do you select just one data item from a field?

    Below is a sample table (ProjectionRuns) I have in Access. I want to display some summary information from this table in Crystal reports (but only one element at a time). ProjectionName Type Date ID Name1 Projection 31/03/2004 1 Name2...
  5. Billwork

    I am having difficulty selecting only one item of data

    Below is a sample table (ProjectionRuns) I have in Access. I want to display some summary information from this table in Crystal reports (but only one element at a time). ProjectionName Type Date ID Name1 Projection 31/03/2004 1 Name2...

Part and Inventory Search

Back
Top