I've got a call tracking system. I've got one table, Calls, that has a field Quote Number. In a separate table, Notes, I've got the field Quote Number and the field Notes. It's in a separate table because each Quote Number can have more than one Notes. The problem is that every entry in Calls has to have a Notes entry, but not every entry has to have a Quote Number. If the quote number is blank I can't tie the Notes to the particular call that they go with. I tried putting the word 'none' in as default in the Quote Number field but that's not unique either. Is there a way to insert the primary key from Calls as the primary key for the row in the Notes table? And if I can do that can I still tie multiple Notes records to each Calls record? Or is there another way to do this?
I hope this makes sense...
I hope this makes sense...