C
Carl
I have a table with three fields:
CustNo SubDate DelayDays
There are currently 895 records, and growing
CustNo is a text field, SubDate is a date field formatted for short date and
DelayDays is a drop-down with three values 5-day, 10-day, and 30-day created
from the lookup wizard in the table.
We need to now add the 5, 10, and 30 to the SubDate in a control in a form
to calculate Final_Date.
I need to remove -day text from the existing records and convert the field
to a number field so I can add it to the SubDate in the form. I cant figure
out how to remove it. I will then remove the -day text from the drop-down
(is that as easy as it sounds?)
Thanks for any advice.
Carl
CustNo SubDate DelayDays
There are currently 895 records, and growing
CustNo is a text field, SubDate is a date field formatted for short date and
DelayDays is a drop-down with three values 5-day, 10-day, and 30-day created
from the lookup wizard in the table.
We need to now add the 5, 10, and 30 to the SubDate in a control in a form
to calculate Final_Date.
I need to remove -day text from the existing records and convert the field
to a number field so I can add it to the SubDate in the form. I cant figure
out how to remove it. I will then remove the -day text from the drop-down
(is that as easy as it sounds?)
Thanks for any advice.
Carl