There are naive questions, tedious questions, ill-phrased questions, questions put after inadequate self-criticism. But every question is a cry to understand the world. There is no such thing as a dumb question.
I have been working with this for weeks (11/14/09) and it still doesn't work. I have a EmployeeList box with EmployeeID, Active, FName & LName. The code is...
Private Sub lstEmployees_AfterUpdate()
On Error Resume Next
Forms!frmEmployeeCenter!sfrmEmployeeContact.Form.RecordSource = _ "SELECT * FROM qryEmployees WHERE EmployeeID=" & EmployeeID
End Sub
And I can't seem to figure it out. I have watched the video at least a half a dozen times and tried all different names for the fields to update. Please help.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Microsoft Access 313.