Hi,
I am creating a form to return specific rates for an origin to destination location match. I have a table for all Zip codes that have their corresponding location names. Another table has an origin and destination zip code and its specific rate. Then there is query which calculates the rate and a form based of that query. Now, I could manage to return rate using a command button on the form that pulls the rate info when i enter the origin and destination zip codes in two text boxes. The rate is displayed in a list box. what I want now is the location for that origin/destination zip code to be autofilled on the same form. How do I achieve this? I am relatively new to access programming and cannot perform complicated macros. Please help.
Thanks