C
CJ
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!!!
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!!!