I have a subform. In this subform, I would like for some information to show from one table. I also want some fields from another table to be updateable.
I had the idea to put all the information into a single recordset, but I couldn't figure out how to combine it all.
It seems to me the only way to do it is to create a temporary table to store everything. Is there a way to combine all this together without creating a temporary table? The biggest problem is I am in a multi-user environment. I'm not sure how to uniquely create a temporoary table...
Thanks for any help.
I had the idea to put all the information into a single recordset, but I couldn't figure out how to combine it all.
It seems to me the only way to do it is to create a temporary table to store everything. Is there a way to combine all this together without creating a temporary table? The biggest problem is I am in a multi-user environment. I'm not sure how to uniquely create a temporoary table...
Thanks for any help.