bobbster2000
Programmer
I want to make one Form with multiple textboxes and checkboxes from different tabels. But I don't know how to make each textbox and the checkboxes reference there "specific" tables. When I click on the drop down list in the control source section its empty or its "only" referencing the table I seleted when the form wizard started up. I can get to the other tables when I put subforms on the main form but the users don't like the look and it looks clumsy. Also when I try it in the expression builder (example: = [Work Order]![Quantity] With the work order being the table and Quantity the field) I get the message "Control can't be edited" when I try to use the form. Can someone PLEASE help me?! By the way, the tables are not related.