Tabbed form

endri81

Registered User.
Local time
Today, 06:37
Joined
Jul 5, 2010
Messages
121
I have a tabbed form which has to be connected with more than one table or source control.How can I make possible this?
 
Create a query to combine records from the tables concerned and use that query as the record source of your form.
 
I'm going to disagree with vbaInet on this and say you need to use a subform on each tab.
 
Just answering as it was asked Bob - one form, multiple tables ;)
 
Just answering as it was asked Bob - one form, multiple tables ;)

But just answering due to the question can be extremely misleading, especially if you start adding tables to a query it can easily become non-updateable. So, yes I understand where you were coming from. But I'm coming from a spot where I see too many people trying to do too much with a single form.
 
Hehe!! I know what you mean :) What the OP will then realise is that his original idea of a single form approach isn't working and come back on here for more advice. A good way to learn sometimes :D
 

Users who are viewing this thread

Back
Top Bottom