V
vladi16
Looking for someone with a lot of patience to answer my DLookup question.
Let me start by saying I am weak at best when it comes to expressions/codes
so be gentle.
I have a table, tbltest, that has the following fields:
testID = Autonumber
test# = Identifies the particular test. I have several 100 series tests
(101, 102, 103 etc.), 200 series, 300 series, etc.
rule = Identifies the particular rule number I am testing my employee on
(can be numeric or text)
rulename = The name of the rule I am testing the employee on.
reference = The book which the particular rule comes out of (ex: Safety Rule
Book, Mechanical Rule Book, Operating Rule Book, etc.)
OK, all that being said... On my form I would like to enter, by way of my
drop down box, the test# and have the associated rule, rulename, and
reference automatically appear.
Not sure if this is pertinent, but I will mention it: On my tbltest table
in my rule# field I have all unique entries, except for when you get down to
the 600 series. The 600 series is sort of my miscelaneous group of tests. I
have several test# that equal 601, but each of them has there own rule,
rulename, and reference associated with it.
Hope this all makes sense... Thanks, and I apologize in advance for my silly
follow up questions.
Doug
Let me start by saying I am weak at best when it comes to expressions/codes
so be gentle.
I have a table, tbltest, that has the following fields:
testID = Autonumber
test# = Identifies the particular test. I have several 100 series tests
(101, 102, 103 etc.), 200 series, 300 series, etc.
rule = Identifies the particular rule number I am testing my employee on
(can be numeric or text)
rulename = The name of the rule I am testing the employee on.
reference = The book which the particular rule comes out of (ex: Safety Rule
Book, Mechanical Rule Book, Operating Rule Book, etc.)
OK, all that being said... On my form I would like to enter, by way of my
drop down box, the test# and have the associated rule, rulename, and
reference automatically appear.
Not sure if this is pertinent, but I will mention it: On my tbltest table
in my rule# field I have all unique entries, except for when you get down to
the 600 series. The 600 series is sort of my miscelaneous group of tests. I
have several test# that equal 601, but each of them has there own rule,
rulename, and reference associated with it.
Hope this all makes sense... Thanks, and I apologize in advance for my silly
follow up questions.
Doug