hc98br
ISP
- Aug 14, 2003
- 46
I am farliy compitent with SQL (but by no means an expert), however this problem has got me stumped. Any help would be greatly appricated.
I have defined two table is Access:
I have then set up two one-to-many relationships between createdBy & userId and between lastModifiedBy & userId. The purpose being to record who created the record and who last modified the record.
I now need to write an SQL statement that returns all the event details plus the names of the people who created and who modified the record.
Thanks in advance - any help will be greatly appriciated.
Ben.
I have defined two table is Access:
Code:
events users
---------- ----------
id userId
title logon
description firstName
full lastName
expires userLevel
createdOn
createdBy
lastModifiedOn
lastModifiedBy
I now need to write an SQL statement that returns all the event details plus the names of the people who created and who modified the record.
Thanks in advance - any help will be greatly appriciated.
Ben.