If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
i dont know if this is even possible but i have been trying to make a form on mircosoft access that can access multible forms. what i want to do is to have a combo box that references the tables i have set up and then other combo boxes (or somthing else if it will work better) be able to refference the information in the table that i have chosen and have it input itself into the the form. any help will be much appreciated.
Not sure to understand but you can always create a subform for each table, then load one of them in the main (parent) form, changing the value of the SourceObject property of the SubForm/SubReport control according to the selection of the combo.