Hi,
Running ACCESS 2000, SQL 2000.
Have an input form for adding items to an item file.
The record source is the actual table.
One of the pieces of info. is selecting the vendor number on a combo box. Here is the problem.
When I select the vendor I want to get information from the vendor file for the new item being added and display it.
I am using the event after update. Not sure how to get this data on the form. I can call a stored procedure to get the actual data (happens to be only 1 field) but how do I get this info. on the form because the record source is not the vendor file (eg. it the item file).
Is there a way of doing this?
I feel like I am going in circles.
Thanks for any help.
Running ACCESS 2000, SQL 2000.
Have an input form for adding items to an item file.
The record source is the actual table.
One of the pieces of info. is selecting the vendor number on a combo box. Here is the problem.
When I select the vendor I want to get information from the vendor file for the new item being added and display it.
I am using the event after update. Not sure how to get this data on the form. I can call a stored procedure to get the actual data (happens to be only 1 field) but how do I get this info. on the form because the record source is not the vendor file (eg. it the item file).
Is there a way of doing this?
I feel like I am going in circles.
Thanks for any help.