Combo Box works in 2002 but not 2003

P

Pat Pawlowski

I have been designing an access database for a clothing
store. I am working on an order form where the line item
has a 2 combo boxes for size and color. The sizes and
colors are stored in 2 tables and linked to the products
table via p_id field. The row source query of the size
combo box is: SELECT sizes.*, sizes.p_id FROM sizes WHERE
(((sizes.p_id)=forms!order.[order details]!p_id)); This
work according to plan at home where I am using Access
2002 but at work where I am using Access 2003 it doesn't.
The combo box just comes up empty. Also, the database is
saved in Access 2000 format.

TIA, -pat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top