Guitarcam87
Registered User.
- Local time
- Today, 00:25
- Joined
- Jan 17, 2013
- Messages
- 24
What I have:
2 tables
tblMaterialNo with fields ID, MaterialNo, MatDes
tblColorData with fields ID, MaterialNo, ColorNo, ColorDesc
WHAT I NEED:
I need to create a form that with allow the user to select the material number from a combo box I created using the table as the source, and have that automatically populate a text box with the ColorNo associated with that MaterialNo. The data returns will not be save in a database this is just to fill the form and print.
This has to be easier than I think but I have been using dlookup functions for hours to no avail. Please guide me in the right direction!!! Thank you in advance!
Cam
2 tables
tblMaterialNo with fields ID, MaterialNo, MatDes
tblColorData with fields ID, MaterialNo, ColorNo, ColorDesc
WHAT I NEED:
I need to create a form that with allow the user to select the material number from a combo box I created using the table as the source, and have that automatically populate a text box with the ColorNo associated with that MaterialNo. The data returns will not be save in a database this is just to fill the form and print.
This has to be easier than I think but I have been using dlookup functions for hours to no avail. Please guide me in the right direction!!! Thank you in advance!
Cam