Help with SQL Syntax
From: CJ (anonymous_at_discussions.microsoft.com)
Date: 04/29/04
- Next message: JackP: "Convert ROW data to COLUMN"
- Previous message: Anne Nolan: "Re: DECODE equivalent"
- Next in thread: MGFoster: "Re: Help with SQL Syntax"
- Reply: MGFoster: "Re: Help with SQL Syntax"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 11:26:36 -0700
Hi!
Regarding this statement:
sSQL = "SELECT * FROM ScheduleDetails WHERE fkScheduleID =
1"
fkScheduleID is a lookup field, its SQL is: SELECT
[Schedule].[ScheduleID], [Schedule].[fkRidesID],
[Schedule].[ScheduleDay] FROM Schedule;
What is the proper syntax that will only get the records
from ScheduleDetails WHERE the [Schedule].[fkRidesID]
value of fkScheduleID is equal to 1
Thank you in advance for you help!!!
- Next message: JackP: "Convert ROW data to COLUMN"
- Previous message: Anne Nolan: "Re: DECODE equivalent"
- Next in thread: MGFoster: "Re: Help with SQL Syntax"
- Reply: MGFoster: "Re: Help with SQL Syntax"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|