My Queries dont work

  • Thread starter Harold via AccessMonster.com
  • Start date
H

Harold via AccessMonster.com

Hi,
Im having problems with running queries. If I run them on my Address and
Event table they work but when I include my Business table I dont get any
records. These are my tables:

tblAddress
AddressID - Primary key
StreetNumber
Direction
StreetName

tblBusiness
BusinessID - Primary key
BusinessName
BusinessPhone
ContactName
ContactPhone
AddressID - Foreign key

tblEvent
EventID - Primary key
DateTimeOS
DateTimeIS
Reason
SystemType
DownTimeEst
Notes
CalledOSBy
AddressID - Foreign key

The two lower tables are linked to the address table by AddressID. The
foreign keys are set to Yes (Allow Duplicates)and they are Number , Long
Integer.

Ive worked and worked on this and I just dont understand how to get it to
work. Please help.

Harold
 
M

Marc

Hi,
Post your query syntax, it will be easier to help. In the query builder
window, click SQL.
Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top