Using 2 recordsources on 1 form

Casey

Board Regular
Joined
Feb 18, 2002
Messages
82
Hi,
Im trying to use 2 recordsources on one form. Im not sure if this is possible. I have 2 linked tables that Id like to show the fields from on one form. I can select one or the other on the forms properties, but Im not sure how to do both. Can I use a semicolon or something like that to list all the fields. Id rather not have to use a query, and bring the tables together. Because then when I update the form itll update the query (I think) not the tables. Any suggestions?
thanks
Casey
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
If your tables are related 1 to Many, then you can use a Subform within your main form for the many side records. The Form Wizard will actually do this for you, if you select the fields from more than one table (or a query joining the two tables) linked 1 to Many. When you update the records on the form, the underlying tables are updated too- a query doesn't actually contain any records, it just retrieves records from it's underlying table(s).
 
Upvote 0

Forum statistics

Threads
1,223,550
Messages
6,172,995
Members
452,496
Latest member
VC777

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top