humberto Level: VB Lord Registered: 13-01-2005 Posts: 254
compare database
Is it possible two compare database and display only current projects to show? Control of the project status of previous year and the new exercise must be, however, possible as the status the same is.
24-06-2008 at 07:42 AM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 1035
Re: compare database
Hi
Can you explain please? What database? What is a project? What is "current", what is the project status?
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
24-06-2008 at 09:17 PM
|
humberto Level: VB Lord Registered: 13-01-2005 Posts: 254
Re: compare database
Sorry
financial accounting system
databese = .dbf
project = project costing (customers)
current status= state of the project progress
25-06-2008 at 07:22 AM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 1035
Re: compare database
DBF is a file format (DBase in fact)
Project and Status are concepts applicable to your financial system and not actual entities.
Your financial system is stored in a structure within the DBF (in fact, probably more than one DBF).
Do you have the structure of this DBF, and the project and status values?
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
25-06-2008 at 06:01 PM
|
humberto Level: VB Lord Registered: 13-01-2005 Posts: 254