G
Guest
I'm having trouble wrapping my head around this one... I want to create a
form that gives you a list of matching procedures based on four or more
criteria concerning the part: material type (up to 10 types), material form
(sheet, bar, extrusion, etc.), current grading of part, and grading of part
when procedure is completed. There are thousands of combinations of
procedures, and I want to reduce the possibility of errors. The correct
procedure is critical to getting the correct grading.
I've toyed with nested IIfs, but I think they would be too complex and not
very flexible.
It sounds like what I need is a user defined function, but I'm not sure how
to go about it.
Ideally, I would like a form based on a query that limits your procedure
choices based on criteria in four (or perhaps more) combo boxes. This has
been asked and answered many times on this forum, but I'm having trouble
applying the given answers to my own situation {just so you know what sort of
intellect you are dealing with ;-)} So, if you are willing, please let me
know what you think.
form that gives you a list of matching procedures based on four or more
criteria concerning the part: material type (up to 10 types), material form
(sheet, bar, extrusion, etc.), current grading of part, and grading of part
when procedure is completed. There are thousands of combinations of
procedures, and I want to reduce the possibility of errors. The correct
procedure is critical to getting the correct grading.
I've toyed with nested IIfs, but I think they would be too complex and not
very flexible.
It sounds like what I need is a user defined function, but I'm not sure how
to go about it.
Ideally, I would like a form based on a query that limits your procedure
choices based on criteria in four (or perhaps more) combo boxes. This has
been asked and answered many times on this forum, but I'm having trouble
applying the given answers to my own situation {just so you know what sort of
intellect you are dealing with ;-)} So, if you are willing, please let me
know what you think.