Error: Type mismatch

F

Frank Situmorang

Hello,

I put the calender pop up, and formerly it worked, but now, I do not know,
if there is and VBA during the development that contradicts, and the error
now, there is a pop up that says " Error: Type mismatch
then we have to preass " OK"

I apperciate anyone's help on waht goes wrong.
 
A

Arvin Meyer [MVP]

A type mismatch occurs when you try to add the wrong type of data to a
field, like trying to add text to a numeric field.
 
F

Frank Situmorang

Arvin,

I have checked the table, the field is the date time type, I want to fill in
date using pop up celendar to facilitate typing

I f you could explain more..
 
L

Linq Adams via AccessMonster.com

Could we see the code behind your calendar that assigns the value to the
field?
 

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