Displaying current record in tabs!

GirishBreakTheRules

Registered User.
Local time
Today, 23:44
Joined
Oct 25, 2007
Messages
22
Hello ever1,

am stuck with a small problem. Actually i have about 6 tabs on a main form which records information about scholarship for students. There are table which have one to many and one to one relationships. The fing that i want to point out is that when i input information bout certain details and that i switch back to another tab to do the same and then come back to the first tab, i only see the first record that was saved.

I want the form to display the record that i was viewing!. Can anyone explain to me how i can fix that?. What property must be set, if any?

hope u'll reply to me soon

thanx 4 the time

Regards.
 
Simple Software Solutions

First of all are you using bound or unbound controls?

If you are using bound controls then you must also consider that you are using both horizontal and vertical relationships. 1:1 & 1:M.

keep fields that are on the horizontal on individual tabs and the many records on their own tabs.
I have attached an extract of one of my projects that is very similar to your situation. This should give you a clearer picture of what I mean.
 

Attachments

Users who are viewing this thread

Back
Top Bottom