Ok, so im really new to access and programing in general, what i am doing is building a inventory(somet hing simple),
the way ive got it set up now is, my entire inventory is in a combo box, and what i want to be able to do is select an item from the combo box and have it open a window(form?).
ok so i got this far, i have it Onclick open a newform, and that works fine but it returns everything in inventory, so what i need it to do is filter the new form based on what i click in the combo box, and for the life of me cant figure it out =(
I know this problem cant be hard im just to dumb to figure it out please help and thank you i hope i was clear enough :)
the way ive got it set up now is, my entire inventory is in a combo box, and what i want to be able to do is select an item from the combo box and have it open a window(form?).
ok so i got this far, i have it Onclick open a newform, and that works fine but it returns everything in inventory, so what i need it to do is filter the new form based on what i click in the combo box, and for the life of me cant figure it out =(
I know this problem cant be hard im just to dumb to figure it out please help and thank you i hope i was clear enough :)
Comment