m9jiihmr@gmail.com
New member
- Local time
- Tomorrow, 04:25
- Joined
- Jun 11, 2013
- Messages
- 13
Dear Sir
Greetings.
I have some MS Access points. I am using MS ACCESS 2010.
I have two tables. One is Group and another is MasterEmail
Table Group has following fields
Field Name Data Type
Group Text(Primary key, There can be only one type of group )
Group_description Text
GroupID AutoNumber
Table MasterEmail has following fields.
Group Text (This field is Lookup field as combo box, which uses the value list exist in Group field group table.
Email Text
Email_uid AutoNumber
1.
I want to make relationship between these two tables using Group. What I did is, I dragged Group field from Group table to Group field in MasterEmail Table. System is showing One to Many relationship that is right. But I want to enforce referential integrity between these two tables using Group field which is common in both tables.
How this can be done. What are the ways of doing it. If there is any suggestion of changing structure of table, I may go for it.
2.
I want to make a form using combo box, which is linked to Group field in MasterEmail Table. What is want, when user click on any of the Group from combo box, selected record in that Group should come up on screen.
I can do this by writing
Select * from MasterEmail where Group=”What ever”;
I want this functionality using form, that mean, user select the Group, from the combo box, and record from MasterEmail Table displays.
3.
I have a form using MasterEmail table, Which asks first Group name and then Email.
What I want is, I want to get Group field pre filled in the form, and prefilled should be from just previous record’s Group field value. ( Something like persistent ).
4.
In the MasterEmail Table, there is field named Email, that’s has email addresses.
How to write a query or program that identify valid email id ( How to identify Valid Email ID)
Thanks and Regards
Manoj
Greetings.
I have some MS Access points. I am using MS ACCESS 2010.
I have two tables. One is Group and another is MasterEmail
Table Group has following fields
Field Name Data Type
Group Text(Primary key, There can be only one type of group )
Group_description Text
GroupID AutoNumber
Table MasterEmail has following fields.
Group Text (This field is Lookup field as combo box, which uses the value list exist in Group field group table.
Email Text
Email_uid AutoNumber
1.
I want to make relationship between these two tables using Group. What I did is, I dragged Group field from Group table to Group field in MasterEmail Table. System is showing One to Many relationship that is right. But I want to enforce referential integrity between these two tables using Group field which is common in both tables.
How this can be done. What are the ways of doing it. If there is any suggestion of changing structure of table, I may go for it.
2.
I want to make a form using combo box, which is linked to Group field in MasterEmail Table. What is want, when user click on any of the Group from combo box, selected record in that Group should come up on screen.
I can do this by writing
Select * from MasterEmail where Group=”What ever”;
I want this functionality using form, that mean, user select the Group, from the combo box, and record from MasterEmail Table displays.
3.
I have a form using MasterEmail table, Which asks first Group name and then Email.
What I want is, I want to get Group field pre filled in the form, and prefilled should be from just previous record’s Group field value. ( Something like persistent ).
4.
In the MasterEmail Table, there is field named Email, that’s has email addresses.
How to write a query or program that identify valid email id ( How to identify Valid Email ID)
Thanks and Regards
Manoj