Number and Date Format

C

carlos

Hi,

A table already exists with the following fields:

Code (Text), Content (Text), Vol (Integer), From (Integer)
and To (Integer)

There are new data to be added but their data for From and
To fields are happened to be dates.

Do I need to redesign the table and add two new fields
with DataType as Date? What’s the easiest way to get rid
of this problem? Please advise. Thanks in advance.

Carlos
 
Top