Viewing 7 posts - 1 through 7 (of 7 total)
I tried it however I am getting this error:
Reserved error (-3025); there is no message for this error.
Ho can I resolve this issue?
November 12, 2008 at 3:02 am
ok thank you. I've transferred everthing to the Ms Access section.
Thank you.
November 9, 2008 at 12:51 pm
First of all thank you for your help.
The layout of the code you provided is much more easiers to read.
In the front end I am trying to create a form...
November 9, 2008 at 10:21 am
I was trying to pass the Staff_Id and the Lesson_Date as a parameter to get all the appointments for that instructor for that day.
November 9, 2008 at 4:03 am
I will rewrite it instead in nested select statements and see if it works.
November 7, 2008 at 1:07 pm
No. It's saying Syntax error on Join operation. I am working with Microsoft Access.
After clicking ok on the syntax error it automatically highlights the (Session_Information Join.
November 7, 2008 at 12:06 pm
Thank you so much.
This code worked perfectly.
SELECT Top 1
[Booking].[Staff_Id] ,
...
November 7, 2008 at 9:55 am
Viewing 7 posts - 1 through 7 (of 7 total)