query criteria

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm new to using query in access, so I need some help. I have an unbound
combo box that shows dates, but the tables have different ID with same dates,
so I want the combo box to show a date only once. What should I write the
criteria so that dates do not repeat. thanks

esca007
 
Hi,
I'm new to using query in access, so I need some help. I have an unbound
combo box that shows dates, but the tables have different ID with same dates,
so I want the combo box to show a date only once. What should I write the
criteria so that dates do not repeat. thanks

esca007

Base the combo box in a Query selecting only the date field (not the
ID); set the query's Unique Values property to Yes.

John W. Vinson[MVP]
 

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

Back
Top