G
Guest
Using the wizard, I created a form which contains a sub-form (based on two
related tables using an indexed foreign key).
1) Table A contains "ORDER header" information
2) Table B contains "ORDER details" information. That is to say, for every
entry in table A (i.e. ORDER number) there are many entries in table B.
However, when I run a macro to:
1) Open the form (i.e. table A)
2) obtain the last record for the form (i.e. the latest of table A)
I get the first record for the form (i.e. table A)
AND in the sub-form, the cursor lies on the last record for the set of
records for the above.
Any idea as to what is going on and how to remedy this? Your help is greatly
appreciated.
related tables using an indexed foreign key).
1) Table A contains "ORDER header" information
2) Table B contains "ORDER details" information. That is to say, for every
entry in table A (i.e. ORDER number) there are many entries in table B.
However, when I run a macro to:
1) Open the form (i.e. table A)
2) obtain the last record for the form (i.e. the latest of table A)
I get the first record for the form (i.e. table A)
AND in the sub-form, the cursor lies on the last record for the set of
records for the above.
Any idea as to what is going on and how to remedy this? Your help is greatly
appreciated.