Hi, I'm new to Access, now I'm stuck with this step, please help me out.
I have to design a form to enter data for relationship of two groups. The form will have:
- Group1, Group2
- Fixed characteristics of each group no matter what relationship they are with.
- Variable characteristics when the pair of groups changes.
I have a table name tblGROUPs that has information about a single groups with their fixed characteristics.
There are approximately 4000 groups, so I'll have millions of combinations. Then I create a combo box for Group1, Group2 to choose the suitble group from tblGROUPs. I want to save some time that whatever fixed characteristics of a new group entered into the form, it will go to tblGROUPs, and later, when I enter a group that already have fixed characteristics in tblGROUPs, the characteristics will automatically appear in the form.
I used Dlookup but it can only retrieve the information for the 1st Group I enter, and copy that to the 2nd Group while the 2nd Group is different.
Hope that clear enough. Thank you so much for your help!