B
Bill
Sorry but I program in Access so infrequently that I must refresh my memory
on basic fucntion/proceedures/design.
First, what is the maximum number of nested subforms?
Secondly and most importantly, I'd like to move to the next record on the
main form after adding/updating a record on a sub/sub form. How to?
I've fooled with gotocontrol and setfocus but I don't know if I'm getting
errors because my syntax is incorrect or these methods I'm using are not
appropriate.
Furthermore, I question the basic design of my db. I have hundreds of
records of "leads" in tblmain, which I have either collecte myself or my
telemarketer has provided . I have contacted only a portion of them for which
I intend to input the contat data collected into the table tblRan. Of those
only a handful are sales, for which I store the data in the table tblSales.
The relationship of these tables are nested One-to Many although there is
only one record for each sale in tblSale and one record of the contact
information in tblRan. It appears to me the only logical relationship of
these tables would be One-to-many but the reality is there are never many
related records but only one.
Am I thinking correctly on this issue by using one-to-many relationships
although I know there are only one relate record in each of the nested tables?
ie, one sales record for each ran record and only one ran record for each
record in the main table. There are hundreds of records in the main table
without any associated records in the related tables.
Bill
on basic fucntion/proceedures/design.
First, what is the maximum number of nested subforms?
Secondly and most importantly, I'd like to move to the next record on the
main form after adding/updating a record on a sub/sub form. How to?
I've fooled with gotocontrol and setfocus but I don't know if I'm getting
errors because my syntax is incorrect or these methods I'm using are not
appropriate.
Furthermore, I question the basic design of my db. I have hundreds of
records of "leads" in tblmain, which I have either collecte myself or my
telemarketer has provided . I have contacted only a portion of them for which
I intend to input the contat data collected into the table tblRan. Of those
only a handful are sales, for which I store the data in the table tblSales.
The relationship of these tables are nested One-to Many although there is
only one record for each sale in tblSale and one record of the contact
information in tblRan. It appears to me the only logical relationship of
these tables would be One-to-many but the reality is there are never many
related records but only one.
Am I thinking correctly on this issue by using one-to-many relationships
although I know there are only one relate record in each of the nested tables?
ie, one sales record for each ran record and only one ran record for each
record in the main table. There are hundreds of records in the main table
without any associated records in the related tables.
Bill