Combo Box Look up a date

  • Thread starter mattc66 via AccessMonster.com
  • Start date
M

mattc66 via AccessMonster.com

I have a combo box on a date field. The combo box looks up data from a
calendar table.

I get a message saying the field is a number field and I am trying to update
it with a text fld or vis-a-versa.

Can you not have a combo box on a date type fld?
 
S

Svetlana

Try convert your data using CDate() function. You many need the
format() function too.
 

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