Hello Everyone. Wehave Access 2003. I need to modify our current database.
Currently I have the following:
Contracts edit form - users can view (can't edit) alreadyentered contracts but can add activity (contracts status subform) needed tothat contract.
Contracts status subform - activity on a contract (asmentioned above).
This is a 1 to many relationship (1 contract many statuses).
On the contracts edit form, I can scroll through eachcontract one at a time.
Works fine until I put the subform on a tab control. Thefollowing is what happens:
When I scroll through to view each contract, if thecontracts status subform has more than one row of information, the program scrollsthrough that number of rows before it moves to the next contract.
It appears to be reading from the contracts status form. Itonly does this when I use the tab control.
Can anyone advise me as to what I need to do to make thiswork properly? I don't want it to scrollthrough every row on the contracts status subform.
Thank you!