R
Russ
Ken:
Ken:
Sorry, for not following in the previous tread of October
22. I figured that since this page is on a current date,
it would be easier to keep up. If you wish to reply to the
first tread for all to benefit, by all means, be my guest.
I am new to this news group thing, about a couple of
months or so. I work most issues out via researching help
files and the like prior to coming here.
Here is the code:
If Len(Me.cboDayShift.Value & "") <> 0 And Len
(Me.cboNigthShift.Value) <> 0 Then _
Me.Recordset.AddNew
End If
The error generated targets the "Me.Recordset.AddNew" part
of the code in both instances with the "Method Or Data
Member Not Found" error.
Hoping that this may help in the debugging.
Thanks,...
Ken:
Sorry, for not following in the previous tread of October
22. I figured that since this page is on a current date,
it would be easier to keep up. If you wish to reply to the
first tread for all to benefit, by all means, be my guest.
I am new to this news group thing, about a couple of
months or so. I work most issues out via researching help
files and the like prior to coming here.
Here is the code:
If Len(Me.cboDayShift.Value & "") <> 0 And Len
(Me.cboNigthShift.Value) <> 0 Then _
Me.Recordset.AddNew
End If
The error generated targets the "Me.Recordset.AddNew" part
of the code in both instances with the "Method Or Data
Member Not Found" error.
Hoping that this may help in the debugging.
Thanks,...