User Profile
Collapse
-
YES finally thanks soo much, i knew it was simple, i just needed someone who knew what they were doing, ty sir and have a great day :) -
i cant get it to work, heres what i have ill try to explain alittle how i have it setup
Private Sub Combo41_AfterUp date()
Dim strWhereConditi on As String
strWhereConditi on = "[Combo41] = " & Combo41
DoCmd.OpenForm "stock1", , , strWhereConditi on
End Sub
ok i have a table named "stock" it is my master list in my inventory its primary key is "old id" i then have...Leave a comment:
-
ah thats looking more like, unfortunately i dont have the project with me to try it out, but that looks like what i was shooting forLeave a comment:
-
well what i wanted to do was use the combobox for a generic list, then if you click on a item in the combobox it opens up a new form with all the detailed info on that item,
i have the combo box set up and when i click it opens up the form i want, but i cant get it to filter the new form based on what i click, it just lists every item =/Leave a comment:
-
How do I open a filtered form based on a selection in a Combobox?
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...
No activity results to display
Show More
Leave a comment: