Access is automatically inserting fields into the Link properties of my subform. This has to be unbound as it is populated with different data depending on user selections.
The code - Me.Invoices_subfrm.LinkMasterFields = "" - sends the code into the BeforeUpdate routine. Totally messed up. I have recreated the database to no avail.
Does anyone have any idea what Access is doing and how to force this to be an unbound subform?
PS - the reason it is a subform and not a listbox is that the user needs to select which records they want from this list and which ones they don't. The only way I have been able to figure out how to do this is to make it a subform with a temp table. If you have a better idea please feel free to share it!