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 Wanet Telecoms Ltd 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 Deano1976

  1. Deano1976

    Changing Sheet Names in formulas

    Ok, I've done that for the formulas in my first row - thanks. Now I want the formula to update the cell when I use the fill down option. Currently the cell row and column in the Indirect formula remains fixed.
  2. Deano1976

    Retrieve fields in one table that do not appear in another

    lbass, I have not had time to fully test this, but so far so good. Thanks very much for your help.
  3. Deano1976

    Changing Sheet Names in formulas

    Excel 2003 I have a cell which contains the name of a sheet. Sheet 1 for example. I want my formula to use this cell as it's reference to the sheet I want to extract values from. So therefore if I change the value in the the cell that has the sheet name in it the formula will also change...
  4. Deano1976

    Retrieve fields in one table that do not appear in another

    I've tried substituting the table names and fields, but when I am then prompted to enter a value to allow the command I get an error message. This is add command... ?pm-TRAINREC.COURSE_REF ...and this is the code I have substituted... Select "EMPLOYEE"."EMPLOY_REF" From...
  5. Deano1976

    Retrieve fields in one table that do not appear in another

    Thanks for your reply, however I'm a little confused by the query you have written. I should have detailed my tables and fields more clearly when I first posted. Could you interpret the tables and fields below into the query you wrote accordingly, please? Table: COURSE with a field...
  6. Deano1976

    Retrieve fields in one table that do not appear in another

    I can see what you are both saying, but I have additional issues on top of that. For the linking part my employee table only contains those employees that have taken a course (essentially it is a training record table). I have a third table with all the companies employees in it. How do I get...
  7. Deano1976

    Retrieve fields in one table that do not appear in another

    Crystal Reports Version 11 I have a table which contains Training Course names (let's call it Table 1) and another table that contains Employees and the courses they have attended (let's call it Table 2). I want to be able to list all the Training Courses (Table 1)followed by a list of...
  8. Deano1976

    List fields in one table that are not in another

    Crystal Reports Version 11 I have a table which contains Training Course names (let's call it Table 1) and another table that contains Employees and the courses they have attended (let's call it Table 2). I want to be able to list all the Training Courses (Table 1)followed by a list of...
  9. Deano1976

    Select statements on shared data from a sub report

    What do you mean by "Another is to select the data and use group suppression.
  10. Deano1976

    Select statements on shared data from a sub report

    CR V8.5 I have passed through a value from a sub report to a main report and subsequently divided this value into a another value in my main report using a formula. I now want to do a select on the result of this formula, but Crystal is telling me the "formula cannot be used as it must be...
  11. Deano1976

    Sharing External Data Source spreadsheets

    What if the MS Access database the ODBC would link to does not reside on a network drive they can have access to? And what if I cannot put the database on a drive they have access to?
  12. Deano1976

    Sharing External Data Source spreadsheets

    MS Excel 2000 I have a workbook in Excel with about nine worksheets, all of which have an external data source connection to a MS Access database. I want to be able to share this spreadsheet with other users who may not have the source database or indeed may not even have MS Access. How can I...
  13. Deano1976

    Compacting in MS Access 97

    Excellent - thanks for that. I have been trying to sort this problem on and off for the past year!
  14. Deano1976

    Compacting in MS Access 97

    I have a series of three databases which filter out a large amount of data for exception reporting purposes. The databases can be accessed remotely by any of four users. Once the first database is kicked off the other two databases run in series until the reports are produced in an excel format...
  15. Deano1976

    Removing spaces from a cell

    Wow - that simple! Thanks

Part and Inventory Search

Back
Top