I have a form and would like to know the best method to link it to a related table so I can retrieve data from it to the form, and maintain this link if the Forms current record is changed.
I have put a subform on the form linked to a Query file, then set the Visible property to false. But there must be a better method to use.
I want to be able to parse the data from this table using the main Forms OnCurrent Event.
I have put a subform on the form linked to a Query file, then set the Visible property to false. But there must be a better method to use.
I want to be able to parse the data from this table using the main Forms OnCurrent Event.
Comment