"Object Required" error 
Author Message
 "Object Required" error

I get an "Object Required" error on the second ampersand in the
following statement--any idea why?

Set rstDynasetAppointmentCalendar = ("Select * From Calendar where
AppointmentDate = #" & Mh3dCalendar1.Date & "#")

Allen J. Bennett



Wed, 17 Oct 2001 03:00:00 GMT  
 "Object Required" error
Set rstDynasetAppointmentCalendar = mdb.OpenRecordset("Select * From
Calendar where AppointmentDate = #" & Mh3dCalendar1.Date & "#")

Did this help?
greg

Quote:

>I get an "Object Required" error on the second ampersand in the
>following statement--any idea why?

>Set rstDynasetAppointmentCalendar = ("Select * From Calendar where
>AppointmentDate = #" & Mh3dCalendar1.Date & "#")

>Allen J. Bennett



Thu, 18 Oct 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. "Object Required" error

2. "Object Required" error

3. Help: "Object Required" - error 424

4. "Object required" error message

5. help: error 424 "Object Required"

6. VBScript "Object Required WScript" Error

7. "object required" error...

8. detecting "object required" or null object

9. detecting "object required" or null object

10. window.open - "Object required"

11. "Object Required" in Visual Basic

12. Object Required "txtPrice"

 

 
Powered by phpBB® Forum Software