I have an mdb with a *projects* table. I also have a *timecode*
table.
Projects and timecodes are related by a one-to-one relationship but I
do not want to simply add the timecode field to my projects table for
the following reasons:
-Not all projects have a timecode
-Not all timecodes have a project initially.
The timecodes table can be viewed as a pool of codes. We add a series
of available codes to the table and assign them to projects as time
goes by. When we're out, we add more.
I thus would like to be able to assign a timecode to a project from
the projects table. This is easily done. The tricky part is:
I would like there to be some of way to feedback this assignment to
the timecode table in such a way that it is possible to open up the
timecode table and see which codes have been assigned and which ones
are still available.
I'm looking for a simple way of implementing this. I'm not using
forms or anything fancy. Users of my db will simply edit tables
manually. I'm basically building something between an excel
spreadsheet and a full scale db with ui.
Many thanks for considering this.
Many thanks.
table.
Projects and timecodes are related by a one-to-one relationship but I
do not want to simply add the timecode field to my projects table for
the following reasons:
-Not all projects have a timecode
-Not all timecodes have a project initially.
The timecodes table can be viewed as a pool of codes. We add a series
of available codes to the table and assign them to projects as time
goes by. When we're out, we add more.
I thus would like to be able to assign a timecode to a project from
the projects table. This is easily done. The tricky part is:
I would like there to be some of way to feedback this assignment to
the timecode table in such a way that it is possible to open up the
timecode table and see which codes have been assigned and which ones
are still available.
I'm looking for a simple way of implementing this. I'm not using
forms or anything fancy. Users of my db will simply edit tables
manually. I'm basically building something between an excel
spreadsheet and a full scale db with ui.
Many thanks for considering this.
Many thanks.
Comment