Tabbed Form?

SMT21

New member
Local time
Today, 11:42
Joined
Dec 7, 2007
Messages
9
I created a tabbed form, but when I enter data in any field on form it the same data appears for every record. How do I get this data to be specific to a record?

Thanks!
 
Make sure the controls are bound to the recordsource.
 
Any ideas?

Anybody have any idea?
 
How?

Bob, where in the form properties would I find this?
 
If your form has a recordsource, all you need to do is select the control you want to bind to the recordsource and click the down arrow when you are on the control's recordsource property (not the form's) and then select the field you want it bound to.
 
I don't...

think I am explaining this very well. I have a main form, then several tabbed forms that have various fields for data entry. This is a contact database, main form has general information, I want the data in the tabbed form to be specific to the current record. I enter data in this form and when I advance to the next record, the same data appears.
 

Users who are viewing this thread

Back
Top Bottom