A
Andrew
Im making a client management database and need a little help. The goal of
this database is to be able to pull up a specific client and display the
client information, below that you will see all the related projects for the
specific client. You can then open the projects individually to edit them
and stuff.
As far as tables I was thinking
tblClients - contains client information, name address etc
partly confused here.
tblProjects - holds project information.
can I use one table to hold all project information for every client or does
each client need its own table? Im assuming using relationships I can have
all the projects in one table and link them via some sort of ID, but this is
where I get lost.
Can anyone offer any help on this matter?
Thanks
this database is to be able to pull up a specific client and display the
client information, below that you will see all the related projects for the
specific client. You can then open the projects individually to edit them
and stuff.
As far as tables I was thinking
tblClients - contains client information, name address etc
partly confused here.
tblProjects - holds project information.
can I use one table to hold all project information for every client or does
each client need its own table? Im assuming using relationships I can have
all the projects in one table and link them via some sort of ID, but this is
where I get lost.
Can anyone offer any help on this matter?
Thanks