W
Wesley Appeldorn
I have a Subform
I have three combo boxes
1 Contact
2 Source
3 Subsource
I am able to get it to filter the source based on what is entered in the
contact field. Only problem is that it filters every record source field.
Say i have two records
Contact | Source | SubSource|
_______________________
Record 1| Order | Mag | Dec |
Record 2| Cont | | |
When i would select Cont in Record 2 for the contact Record 1 data would
desipear. How do i get it to stay when i requery source in record 2
Contact | Source | SubSource|
_______________________
Record 1| Order | | |
Record 2| Cont | Receipt | |
I have three combo boxes
1 Contact
2 Source
3 Subsource
I am able to get it to filter the source based on what is entered in the
contact field. Only problem is that it filters every record source field.
Say i have two records
Contact | Source | SubSource|
_______________________
Record 1| Order | Mag | Dec |
Record 2| Cont | | |
When i would select Cont in Record 2 for the contact Record 1 data would
desipear. How do i get it to stay when i requery source in record 2
Contact | Source | SubSource|
_______________________
Record 1| Order | | |
Record 2| Cont | Receipt | |