Thanks Joan and Sprinks for the replies.
I have not deliberately created any queries, and when I look at the Objects
Window to see if there are any queries and none are listed. When I select the
"..." next to the Control Source property for the check box, I am asked if I
want to create a query. If I say Yes, then in the query window, I can drag
the Floor field I want to the query.
What puzzles me is that,(before creating any queries, the list of fields
available for me to put on the form includes information from both tables.
[The two tables are called Customers, and Orders]
The wizzard I used to first create the form allowed me to select fields from
two different tables.
After selecting the form using the selection button at the intersection of
the rulers, the Record Source property currently says "SELECT Customer". The
drop down list shows the two tables, but I can only select one of them. If I
select the "..." then I am asked if I want to create a Query.
I tried again to create a new form using the wizzard. I was able to include
fields from both tables. When I looked at the control source for the Floor
field checkbox, it simply says "floor". I even tried just copying the
checkbox from this new form onto my original one.. but that doesn't work.
Perhaps, to add a new field from a table, you must create a query? I would
rather not create a query unless I need to.
Joe Dunfee
> I have not deliberately created any queries, and when I look at the Objects
> Window to see if there are any queries and none are listed. When I select the
> "..." next to the Control Source property for the check box, I am asked if I
> want to create a query. If I say Yes, then in the query window, I can drag
> the Floor field I want to the query.
No, I said to select the "..." next to the Record Source property for the form. Add the Floor field to the record source.
> After selecting the form using the selection button at the intersection of
> the rulers, the Record Source property currently says "SELECT Customer". The
> drop down list shows the two tables, but I can only select one of them. If I
> select the "..." then I am asked if I want to create a Query.
OK, so click Yes and you can add the tables/fields you want. When done, don't click 'save', as that will save a query. Instead Close the window and when you are prompted to save the changes, click Yes. This will leave the record source with a SQL statement (SELECT Customer,....), but the Floor field added.
Once back in design view of the form, in the control source property for the check box, don't click on "...", instead click the dropdown and choose Floor.

Signature
Joan Wild
Microsoft Access MVP
Joe Dunfee - 02 May 2007 19:47 GMT
Thanks for the tip.
I just found another way around these limitations. I created a new form
using the wizard, and added all fields from both tables. Then I deleted
everything on the new form, and finally copied everying off of the original
field onto the new one. However, I lost much of my VBA code in the transfer.
Your method preserves the original form along with its VBA code.
Joe Dunfee