Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Total money per month
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00520396
Message ID:
00520579
Views:
20
Moises,

In addition to what George and Cindy said, some people store receipt date as string. When you can easily select records by day (WHERE ReceiptDate = '20010618'), by month (WHERE ReceiptDate = '200106') or by year (WHERE ReceiptDate = '2001'). If you wish to have a quarter reports, then receipt month may be encoded using quarter number and month number in quarter (Jan2001 = '200111', Jun2001 = '200123').

>To control money amount per month at a shop,
> Whats programatically more correct and usual
> Create only a table to control all months
> Or create a new table every month ?
> Jan_2001.dbf
> Feb_2001.dbf
> etc...
Previous
Reply
Map
View

Click here to load this message in the networking platform