My logic is simple I think, but I can't seem to correctly place it into Access. This is what I need to do:
I have a form where a user picks from a list of words (basic, standard, intermediate) and once the user picks one of those options, I need to go into a table (called RateTable) and look up a value based on the option AND the client code.
For example, I am in client code 2 (on my form), and I pick Basic (from a field in the form). I want it to go to the RateTable at row 2 under the column Basic and give me the number. I want it to place that number into another field on the form that is open... Need help desperately for this one, my knowledge on sql is very limited as my knowledge of access (anything that includes code is a bit difficult for me)... help! please! ASAP...
I have a form where a user picks from a list of words (basic, standard, intermediate) and once the user picks one of those options, I need to go into a table (called RateTable) and look up a value based on the option AND the client code.
For example, I am in client code 2 (on my form), and I pick Basic (from a field in the form). I want it to go to the RateTable at row 2 under the column Basic and give me the number. I want it to place that number into another field on the form that is open... Need help desperately for this one, my knowledge on sql is very limited as my knowledge of access (anything that includes code is a bit difficult for me)... help! please! ASAP...