I have used combo boxes with drop downs on many forms. What I need to do is somehow limit the list using a parameter from my form.
EG. I have an vendor form with misc. info. I would like to have a drop down combo of all my items on my item file equal to the vendor number on my form.
I know SQL and I know how to change the SELECT but how do I relate the form to the SELECT. I tried using "ME.vendornumber", I tried using forms!myform!vendornumber in the where clause and it didn't work. Can this be done?
Thanks for anyone who has this answer. I could use this in about 15 billion places.
Remember when... everything worked and there was a reason for it?
EG. I have an vendor form with misc. info. I would like to have a drop down combo of all my items on my item file equal to the vendor number on my form.
I know SQL and I know how to change the SELECT but how do I relate the form to the SELECT. I tried using "ME.vendornumber", I tried using forms!myform!vendornumber in the where clause and it didn't work. Can this be done?
Thanks for anyone who has this answer. I could use this in about 15 billion places.
Remember when... everything worked and there was a reason for it?