This is for a quote/invoice generating invoice. I want to know the best way for access to remember a list of selected records. These records will be selected via a listbox and then the record has a yes/no box that will update to yes.
Once I have created my "list" of records I want, I then want to create a quote. So...
I would have a quote table that describes the quote.. then a junction table between parts and that quote..
This would be as follows:
Quote_ID 1 part 2034
Quote_ID 1 part 2913
Quote ID 1 part 213
and so on...
I'm asking if this is correct because this junction table is going to become very large very quick. Input appreciated.