The difference between putting textbox on page and subform

F

Frank Situmorang

Hello,

On the Access sample for Address database, I see on the form, tabcontrol, on
page1 is directlly put textbox on page and on the other page the form is put.

What is the difference of these 2 ways. What is the purpose

Thanks in advance
 
B

boblarson

Putting a textbox directly on the tab control, the text box can use the
recordsource of the form the tab control is on and be bound to a field in
that recordsource.

To use a SECOND (or more) recordsource (i.e. different tables) you can use a
subform to be able to do that.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
If my post was helpful to you, please rate the post.
__________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top