M
Michael Horne
I am new to Access. Using Office Access 2003.
table1 = contractors information (name, address, etc.)
table2 = order info with autonumber field (part 1, part 2, order date, etc.)
query1= join by contractor number [enter contractor number]
form1= contractors information displayed, but cannot edit or select field
(zero data entry allowed), plus autonumber field
subform1=order information, plus autonumber field
So far this works, but has a few issues.
The table2 (orders) has 3 rows. When I am using the form it correctly
displays one of the selected contractor and contractors order information.
However, when I click the next button (on bottom toolbar) the order
information does not change to show the different information for each order.
It is a different record number, the order fields keep showing the last rows
saved information for that field.
Also the autonumber in the subform changes, but the autonumber in the form
does not, it shows the last row saved autonumber.
When I click the new record button it does clear the order fields
information, and when I type any information in a field the autonumber does
increment to the correct number.
Is there a way to make the bottom toolbar have the new record button added
to it, so the users can advance through the orders and then add?
Any clues?
table1 = contractors information (name, address, etc.)
table2 = order info with autonumber field (part 1, part 2, order date, etc.)
query1= join by contractor number [enter contractor number]
form1= contractors information displayed, but cannot edit or select field
(zero data entry allowed), plus autonumber field
subform1=order information, plus autonumber field
So far this works, but has a few issues.
The table2 (orders) has 3 rows. When I am using the form it correctly
displays one of the selected contractor and contractors order information.
However, when I click the next button (on bottom toolbar) the order
information does not change to show the different information for each order.
It is a different record number, the order fields keep showing the last rows
saved information for that field.
Also the autonumber in the subform changes, but the autonumber in the form
does not, it shows the last row saved autonumber.
When I click the new record button it does clear the order fields
information, and when I type any information in a field the autonumber does
increment to the correct number.
Is there a way to make the bottom toolbar have the new record button added
to it, so the users can advance through the orders and then add?
Any clues?