Search results

  1. D

    Many to Many implementation question for use in a form

    Well I got the insertion method to work with my desired setup. I used the following public function to restrict the recordcount on the subform to the desired qty of dropdown categories I needed. Because of this, my dropdowns are no longer filtered by each individual category. I'm wondering if...
  2. D

    Many to Many implementation question for use in a form

    Hello all, I have a scenario where a many to many table is needed but I can't it to work in the way that I need. I currently have to add 10 columns to my main table then use a union query to stack them with the rows primary key to recreate the many to many table I want to use. The 10 columns...
Top Bottom