Subform Not Updating (1 Viewer)

jagstirling

Registered User.
Local time
Today, 08:51
Joined
Oct 12, 2006
Messages
78
Can anyone tell me why the subform on the frmDashbopard isn't updating when I hit the Search button.

It should update based on the contents of combo12.

I am going insane trying to understand why!!!!
 

Attachments

  • resource_planning.zip
    63.7 KB · Views: 83

ErikSnoek

Programmer
Local time
Today, 00:51
Joined
Apr 26, 2007
Messages
100
Code:
Private Sub Search_Click()
    [B][[/B]qryInput SubForm[B]][/B].Form.Requery
End Sub
 

jagstirling

Registered User.
Local time
Today, 08:51
Joined
Oct 12, 2006
Messages
78
Was the problem that I had a space in the name qryInput subform
 

ErikSnoek

Programmer
Local time
Today, 00:51
Joined
Apr 26, 2007
Messages
100
No.. or well, sorta. You had to add brackets around the name because you had a space in it and also you had to add ".Form"
 

Users who are viewing this thread

Top Bottom