G
Guest
I believe I may have structured my tables wrong.
I have 4 tables
tblcarrier - carrier Name, carrier comments, datestamp
tbllob - lob, datestamp
tblattachmentManager - attachmentname, attachmentlink, attachmentdatestamp
tbldatacenter- listbox to carrier, listbox to lob, attachment1-8 (8
fields)list box to attachment manager.
I need to accomplish 2 things
1) create an attachment1-8 name field after each attachment and poplulated
it from a drop down (on a form - thus populate 2 fileds with 1 listbox)
2) find a way to display the name through linking - problem is many of the
fields (8) relate to 1 table and not sure how to link
3) restructure this so I will be able to have 8 attachment but not have the
user enter redundant info
user needs to enter lob, carrier, and 1 to 8 attachments in the form
forms looks like this:
Carrier: <listbox>
LOB:<listbox>
attachment1:<listbox>
attachment2:<listbox>
attachment3:<listbox>
attachment4:<listbox>
attachment5:<listbox>
attachment6:<listbox>
attachment7:<listbox>
attachment8:<listbox>
<submit>
Please Help me!!!
I have 4 tables
tblcarrier - carrier Name, carrier comments, datestamp
tbllob - lob, datestamp
tblattachmentManager - attachmentname, attachmentlink, attachmentdatestamp
tbldatacenter- listbox to carrier, listbox to lob, attachment1-8 (8
fields)list box to attachment manager.
I need to accomplish 2 things
1) create an attachment1-8 name field after each attachment and poplulated
it from a drop down (on a form - thus populate 2 fileds with 1 listbox)
2) find a way to display the name through linking - problem is many of the
fields (8) relate to 1 table and not sure how to link
3) restructure this so I will be able to have 8 attachment but not have the
user enter redundant info
user needs to enter lob, carrier, and 1 to 8 attachments in the form
forms looks like this:
Carrier: <listbox>
LOB:<listbox>
attachment1:<listbox>
attachment2:<listbox>
attachment3:<listbox>
attachment4:<listbox>
attachment5:<listbox>
attachment6:<listbox>
attachment7:<listbox>
attachment8:<listbox>
<submit>
Please Help me!!!