Create data in table

IanT

Registered User.
Local time
Today, 11:20
Joined
Nov 30, 2001
Messages
191
Hi
When I open a database, I would like to look at the current date, convert it to the month and update a table with the month only if it has not already been recorded. Is there a way of doing this!
 
IanT said:
Hi
When I open a database, I would like to look at the current date, convert it to the month and update a table with the month only if it has not already been recorded. Is there a way of doing this!
Why would you want to do this, what'sthe point?
 
point

Rich said:
Why would you want to do this, what'sthe point?

I want to build up month data in a table, to link to a combo, so it can be used in selecting criteria in a report. ie sales in January 2004.
 
What's wrong with taking the sensible approach and leaving the table as it is and using a query to populate your report?
 
Extract the Month from data that already exists in your main table as the data source for your combo
 

Users who are viewing this thread

Back
Top Bottom