If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > Try this

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-03, 08:13
garethdart garethdart is offline
Registered User
 
Join Date: Sep 2002
Location: South Wales
Posts: 580
Try this

tblSchools should have a
SchoolID field (autonumber primary key)

in tblContracts a field
SchoolIDLink type number

if using a form to enter contracts the form record source would be tblSchools add a subform with record source tblContracts
use SchoolID > SchoolIDLink being the relationship

Set this up in relationships too...

Hope this is detailed enough
Reply With Quote
  #2 (permalink)  
Old 02-03-03, 08:36
JDionne JDionne is offline
Registered User
 
Join Date: Aug 2002
Location: Charlotte NC
Posts: 663
Re: Try this

Quote:
Originally posted by garethdart
tblSchools should have a
SchoolID field (autonumber primary key)

in tblContracts a field
SchoolIDLink type number

if using a form to enter contracts the form record source would be tblSchools add a subform with record source tblContracts
use SchoolID > SchoolIDLink being the relationship

Set this up in relationships too...

Hope this is detailed enough
Not sure I understand the question
Jim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On