Nothing major at the moment: Customer table with just a name at the moment. With a one to many relationship with a Order table that has items and quantity at the moment.
Outside of the not in list event it works perfectly fine and when I close and restart the form everything works fine it's...
Thanks! I haven't really messed around with Access that much and there's a lot more to it than I thought.
Actually I forgot to remove the loop. I only one item: customer name. I just copy and pasted the example from the Dev site.
I'm assuming I have to requery something...I'm just not sure...
I have a basic form linked with a subform inside of it. The main form has a list of customers in a combobox and the subform lists all the things they have ordered from us. This all works perfectly fine, I can add data to the list of things ordered and it's ok.
I decided instead of using a whole...