Data Access Page question

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

Guest

I have created a Data Access Page where some of the fields are bound to a
date type field in the data base. I cannot get those controls to accept any
data no matter what date format I enter. I get a 'Type conversion error
occurred message'. I do not see any text box properties I can change to
affect this. What gives?
 
have you check your set up in your table design? sometimes I set a number as
long with decimals in the table, but set it up in the form as double with no
decimal, and i get strange results. hope this helps
 
Thanks for your response. I did recheck my table design and found out that I
had assumed (never good) its type and was wrong. It now alllow data to be
entered.

Now on to createing an date input mask ... would I have to use VB Script?
 

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