Many to Many Relationships

anonymous_at_discussions.microsoft.com
Date: 07/09/04


Date: Fri, 9 Jul 2004 07:08:09 -0700

I have done many databases with many forms and here is a
trick I use to creat forms, etc that I use all the time.
Now mind you, there are some that say this is not the way
to do it, but I have used it for years and have had no
problem. Maybe luck? Don't know, but it works for me.
I create all my tables, and create the links. Then for
the form, I create a query from the created/linked
tables, that contains all the fields from all the
tables. (now if you have extremely large tables, this
probably may not work). The result of the query will be
all the information from all the tables. Then I create
the form with the wizard using this query as my source
and just pick the fields I want. Since I have one query
with all the proper linking, etc., I also use that query
as the source for lots of other queries. Saves me time.
But again, there are some that say you should not do
this. I have never seen the downside of it. If anyone
knows what it is, please let me know. Hope this helps.
>-----Original Message-----
>Good morning. I am new to Access databases and to date
I
>have done a considerable amount of research and reading
>but am unable to ensure the steps I am taking in the set
>up of the tables will work as I design the forms and
>reports. I have set up tables for Customers that will
>link to Quotes and Jobs. Quotes and Jobs both have sub
>tables linking to details that will be used for line
>items.
>
>To this point I have inserted two tables for
>Customer/Quotes and another for Customer/Jobs which if I
>understand correctly will link the Customers with Jobs
>and Quotes. I can have many Customers that may have
many
>quotes or many jobs.
>
>I understand how the set up of the tables is vital for
>the database to work correctly.
>
>This is the first step and once I know I have done this
>correctly I need to understand how I use the tables
>created to set up my forms.
>
>Thank you in advance for any assistance you can provide
>to help me to go on from this point.
>.
>



Relevant Pages

  • find out which database(s) involve in the job
    ... I tried following query, ... mapping for job_id and databases. ... Since some jobs are standalone, not belong to maintaintence plan, I wonder ...
    (microsoft.public.sqlserver.programming)
  • Re: how to link to a csv file with a date field in it?
    ... Regarding the scheduler it's in XP and above - if you aren't familiar with using the Windows Task Scheduler, here is a link to a fairly clean, simple, short tutorial. ... I think you have the right idea - link to the csv, maybe run an append query to process the contents into your main table, in that query you can fix things such as the date. ... s is the complete row of data as a string, flag is a boolean that is initialized to be False. ... The full code I snipped this from contains so much checking for quotes and # hashes and internal commas and internal single quotes replacing certain chars, that it's difficult for me to follow and I wrote it. ...
    (microsoft.public.access.externaldata)
  • Re: how to link to a csv file with a date field in it?
    ... I think you have the right idea - link to the csv, maybe run an append query to process the contents into your main table, in that query you can fix things such as the date. ... s is the complete row of data as a string, flag is a boolean that is initialized to be False. ... We can create a recordset object and set it to a specific table - we add the new row one field at a time, testing each field for type using a select case, add the # for dates or ' for text or nothing for numeric field types to the fldArrrayelement contents and the set rs.fields= the resulting expression. ... The full code I snipped this from contains so much checking for quotes and # hashes and internal commas and internal single quotes replacing certain chars, that it's difficult for me to follow and I wrote it. ...
    (microsoft.public.access.externaldata)
  • Re: Putting a Cap on QZDASOINIT CPU % ?
    ... performance for the JDE users - particularly when the query is not ... couple of QZDASOINIT jobs to grab 25% CPU each. ... such a cpu consumption per job for an sql query; ...
    (comp.sys.ibm.as400.misc)
  • Aging Function
    ... I took your advice and the query worked! ... total debits for those accounts, ... >problem with using the accounts as criteria. ... >it was a result of the missing single quotes. ...
    (microsoft.public.access.modulesdaovba)