fireblade72
New member
- Local time
- Yesterday, 16:41
- Joined
- Nov 2, 2006
- Messages
- 6
Hi
I have a single table design database, capturing several email address for each organization. Is there a way that I can have a parameter query that lists all email address per group - without splitting the data into different tables?....I did think that I would need to set them up as a load of 1to1 tables??
My table design is this:
ID Network_Name EmailAddress_1 EmailAddress_2 EmailAddress_3 etc
I would like my query to ask the user what EmailAddress they want to return, so they choose "1" and then the results would be:
ID Network_Name EmailAddress_1
1 Bob bob@bob.com
2 Sid sid@sid.com
Hope that makes sense and any help would be great?!!
I have a single table design database, capturing several email address for each organization. Is there a way that I can have a parameter query that lists all email address per group - without splitting the data into different tables?....I did think that I would need to set them up as a load of 1to1 tables??
My table design is this:
ID Network_Name EmailAddress_1 EmailAddress_2 EmailAddress_3 etc
I would like my query to ask the user what EmailAddress they want to return, so they choose "1" and then the results would be:
ID Network_Name EmailAddress_1
1 Bob bob@bob.com
2 Sid sid@sid.com
Hope that makes sense and any help would be great?!!