STORING DATES

J

JMG

Hi,
I dont know why I can't store dates in a table. I have a
start date (I entry this date) and then I calculate in a
form 2 more dates (start date plus 30 days and start date
plus 90 days). I can see the new dates in the form, but
not in the table so I cant make reports or filters,
anything.

Please help! I appreciate any help
Thank's
 
R

Rick Brandt

JMG said:
Hi,
I dont know why I can't store dates in a table. I have a
start date (I entry this date) and then I calculate in a
form 2 more dates (start date plus 30 days and start date
plus 90 days). I can see the new dates in the form, but
not in the table so I cant make reports or filters,
anything.

Calculations don't belong in tables. They belong in forms, reports, and
queries.

Create a query based on your table that uses the same expressions as your
form to calculate the two dates and then use the query instead of your
table. Delete those fields from the table altogether.
 

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