DawnRoush
06-22-2003, 08:37 PM
I'm not very computer literate -- so please be patient. I'm making a database for my court reporting. I have a table with attorney's names and addresses, etc. I also am creating a table as invoices. When I do a job, there are always multiple attorneys there and each much be listed on each invoice for that job. If there's four attorneys there, they each are billed a separate invoice for what they "order" but all four attorneys must be listed on all four invoices. I want to be able to have four AttorneyName fields, for instance, in my invoice table to be able to pull all four attorneys in. Is that possible? From what I've read and tried it won't accept a field name more than once in a table and if I use different field names (AttorneyName1, AttorneyName2) it's not going to be able to pull it from my attorney table because the field names won't be the same. Is that true? What can I do?
Also, this may be a little more involved; so maybe you can just point me to where I need to look to find out how to do this. I want to be able to make a section in my invoice where I list what services the attorney is being billed for (time, transcript pages, ASCII disks, exhibits, etc.) and include a quantity of each and then create a total. I have created my "Services" table but don't know how to do it in my "Invoice" table to pull those in and make it work. I know this is all pretty basic stuff, but I'm really trying. Thanks for your help!
Dawn
Also, this may be a little more involved; so maybe you can just point me to where I need to look to find out how to do this. I want to be able to make a section in my invoice where I list what services the attorney is being billed for (time, transcript pages, ASCII disks, exhibits, etc.) and include a quantity of each and then create a total. I have created my "Services" table but don't know how to do it in my "Invoice" table to pull those in and make it work. I know this is all pretty basic stuff, but I'm really trying. Thanks for your help!
Dawn