jackhot0615
Registered User.
- Local time
- Today, 08:47
- Joined
- Jan 14, 2009
- Messages
- 10
I success build up a parent-child link form when user select year of birthday from a combo box critical customer will show in the subform.
Here is my question. I union the combo with “*” and want to show all records. But subform just show nothing.
Below is the query. When I replace * with 2005 it will show the 2005’s record.
SELECT Cust_Q.ExprB, Cust_Q.ExprB FROM [Cust_Q] UNION Select "*" as allchoice,"(All)" as bogus FROM [customer];
Any suggestion will be appreciated.
Here is my question. I union the combo with “*” and want to show all records. But subform just show nothing.
Below is the query. When I replace * with 2005 it will show the 2005’s record.
SELECT Cust_Q.ExprB, Cust_Q.ExprB FROM [Cust_Q] UNION Select "*" as allchoice,"(All)" as bogus FROM [customer];
Any suggestion will be appreciated.