Recent content by BillMcD37

  1. B

    Query that references the name of a field rather than the value

    Each column contains the addresses of the program's team members by Function. Y1 is always only one member who is the Primary Internal Technical Contact. Y2 always has secondary internal team members and so on. This is standard within the organization. The business rule that determines...
  2. B

    Query that references the name of a field rather than the value

    I have a table that has the following field names in each record. Field name Field value ProjectID 12345 Y1 address1 Y2 address2; address 3; address4 Y3 address6 I have a query that pulls data from this table plus pulls one field from another table that is the...
  3. B

    Help with table design to support concatenate function

    Thanks again for your help. I am not sure that my solution is very elegant, but it's working. I'll keep looking at these forums.
  4. B

    Allan Browne's ConcatRelated help

    Once I removed the spaces from my field names, the function works perfectly. Thanks!
  5. B

    Help with table design to support concatenate function

    Thanks! I am using Allen Browne's ConcatRelated function successfully with an approach that uses crosstabs to build a record for each program with the stakeholder functions as columns in the crosstab. It's not elegant but it's working for me. Thanks for the help.
  6. B

    Allan Browne's ConcatRelated help

    Thanks. I made your suggested changes. One error went away and one new one came up. Error 3131 Syntax error in FROM clause...:eek: Here's my SQL code: SELECT [test email table].[Project Definition], [test email table].Description, [test email table].[E-mail], ConcatRelated("E-mail","test...
  7. B

    Allan Browne's ConcatRelated help

    I'm using Allan Browne's ConcatRelated module--well, trying to use it. I absolutely cannot get it to work without the following error" Error 3075: Syntax error (Missing Operator) in query expression 'Project ID = PD00000914'. Here's what I'm typing in the query: expr1...
  8. B

    Help with table design to support concatenate function

    The crosstab query will only allow me to see the first value or the last value in a category, how do I get at the values that are not the first or the last?:confused:
  9. B

    Help with table design to support concatenate function

    It sure is! Thanks! I'll play with this for a bit. I already got it to count the number of stockholders in each category by Project ID. Now I just need to get the emails into the columns...
  10. B

    Help with table design to support concatenate function

    I am building a database that collects stakeholder email addresses for projects with the goal of automating the distribution of monthly reports for each project to those stakeholders. I have three tables: Project Master (primary key=Project ID) description, project category, etc. Stakeholder...
  11. B

    Greetings from Boston Mass

    Hi everyone, I'm Bill. A beginner user of Access 2007 but currently way over my head in a project to build an automatic report distribution system at work. I"m looking at all of the great ideas here and will definitely be posting some urgent HELP! messages. Great to be able to join and hope...
Back
Top Bottom