M
markmarko
So I have made a form for inputting sales orders which has controls referring
to numerous tables, one of which is a junction table connecting
tblAccountNumbers with tblCustomers. Once user has entered in account info
and Customer info, Access makes the new record in the junction table, and
therefore has an autonumber ID for that record in the Junction table.
My problem is that I also have a subform which gets data before Account data
& Customer data is inputted. When the subform gets focus, an error message
appears stating that it can't find the Account_Customer Junction ID (since
that data hasn't been entered yet, Access hasn't created it).
is there any way to force the junction table to create a new record, so that
my user will be able to go into that subform prior to entering customer &
account data?
to numerous tables, one of which is a junction table connecting
tblAccountNumbers with tblCustomers. Once user has entered in account info
and Customer info, Access makes the new record in the junction table, and
therefore has an autonumber ID for that record in the Junction table.
My problem is that I also have a subform which gets data before Account data
& Customer data is inputted. When the subform gets focus, an error message
appears stating that it can't find the Account_Customer Junction ID (since
that data hasn't been entered yet, Access hasn't created it).
is there any way to force the junction table to create a new record, so that
my user will be able to go into that subform prior to entering customer &
account data?