PC Review


Reply
Thread Tools Rate Thread

Database Results from related tables

 
 
=?Utf-8?B?Q29tcHV0ZXJuYXRpb25z?=
Guest
Posts: n/a
 
      18th Jan 2004
How do I get database results from two tables that have a one to many relationship?
 
Reply With Quote
 
 
 
 
Jon Spivey
Guest
Posts: n/a
 
      18th Jan 2004
Hi,
you'll need to enter a custom query (step2 of the wizard) something like

SELECT A.Field1, A.Field2, B.Field1
FROM TableA A INNER JOIN TableB B ON A.ID = B.ID

You may find it easier to build your query in Access or Enterprise Manager
(if you using sql server) then copy and paste it into FP

--
Cheers,
Jon
Microsoft MVP - FP


"Computernations" <(E-Mail Removed)> wrote in message
news:77B90EFA-5197-469F-8B51-(E-Mail Removed)...
> How do I get database results from two tables that have a one to many

relationship?


 
Reply With Quote
 
=?Utf-8?B?Y29tcHV0ZXJuYXRpb25z?=
Guest
Posts: n/a
 
      18th Jan 2004
That worked great. Thanks!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert related tables into database. kashifahmed.bse.mg@gmail.com Microsoft VB .NET 3 6th Feb 2006 09:29 PM
HOWTO: Table, related tables, and only related data in a dataset? McGurk Microsoft ADO .NET 1 29th Apr 2004 06:17 AM
Re: Database results tables and searching from form Kathleen Anderson [MVP - FP] Microsoft Frontpage 0 24th Mar 2004 12:23 AM
identifying same or related products (franks results and what I need for results terry Microsoft Excel Misc 1 8th Mar 2004 11:44 PM
propagating updated database PK values to the related FK fields in other tables? Michael Lang Microsoft ADO .NET 2 13th Aug 2003 04:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:47 AM.