Hi everyone,
I have 2 main tables: Orders and Users
there is a relationship between [Orders].UserID and [Users].UserID.
I have a form with a subform. The subform's data source is from a static query. When I choose my criteria from different controls (mix of combo/text boxes) and click my button, the criteria is sent to the static query and then the results spit out to the subform.
The problem is that I can't seem get the subform to display the User names instead of just the UserID.
Can anyone help?
Thanks very much!
Derek
I have 2 main tables: Orders and Users
there is a relationship between [Orders].UserID and [Users].UserID.
I have a form with a subform. The subform's data source is from a static query. When I choose my criteria from different controls (mix of combo/text boxes) and click my button, the criteria is sent to the static query and then the results spit out to the subform.
The problem is that I can't seem get the subform to display the User names instead of just the UserID.
Can anyone help?
Thanks very much!
Derek