C
CanonMaiden
I have a series of forms to allow users to add data to two tables.
User adds customer data in the first form then clicks a button to save
Customer info and navigate to the second form to enter item details. The
CustomerID is carried to the second form and opens to a new record.
Beautiful! (OpenArgs)
Form two has a subform which is a simple datasheet view filtered to show
only items relevant to that CustomerID. In theory the user will enter the
item details, click a button which saves the new record to the items table
and refreshes the main portion of the form to enable further item entries on
the same customer.
When I save the record it shows in the subform and is present in the table
however, the main form does not refresh at all. All attempts to refresh the
main form results in the itemID (autonum) failing to increment at best, or
losing the CustomerID at worst.
User adds customer data in the first form then clicks a button to save
Customer info and navigate to the second form to enter item details. The
CustomerID is carried to the second form and opens to a new record.
Beautiful! (OpenArgs)
Form two has a subform which is a simple datasheet view filtered to show
only items relevant to that CustomerID. In theory the user will enter the
item details, click a button which saves the new record to the items table
and refreshes the main portion of the form to enable further item entries on
the same customer.
When I save the record it shows in the subform and is present in the table
however, the main form does not refresh at all. All attempts to refresh the
main form results in the itemID (autonum) failing to increment at best, or
losing the CustomerID at worst.