Clarification of previous question
From: CJ (anonymous_at_discussions.microsoft.com)
Date: 04/29/04
- Next message: Dan: "Re: ADO: Mistakenly updating actual database by updating a recordset"
- Previous message: Rafał: "Problem with function Date() in SQL in VB"
- Next in thread: Marshall Barton: "Re: Clarification of previous question"
- Reply: Marshall Barton: "Re: Clarification of previous question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 11:28:32 -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 get only the records
from ScheduleDetails WHERE the [Schedule].[fkRidesID]
value of fkScheduleID is equal to 1
Thank you in advance for you help!!!
- Next message: Dan: "Re: ADO: Mistakenly updating actual database by updating a recordset"
- Previous message: Rafał: "Problem with function Date() in SQL in VB"
- Next in thread: Marshall Barton: "Re: Clarification of previous question"
- Reply: Marshall Barton: "Re: Clarification of previous question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|