I am trying to set up a photograph database for my father to use to keep track of the images he has circulating at all the various galleries. I would like to be able to automatically populate the Edition# field with next number for the given ImageID field so that the records would look like this.
ImageID Edition#
101 1
101 2
102 1
101 3
103 1
101 4
102 2
Once a table gets large enough it will be hard to remember what edition you are on, so i would like to be able to populate it automatically as each record is entered. I have done similar things in other databases but can't figure out how to do it this one. This is the database that my father has on his Mac, so I was trying to formulate something there.
Any ideas would be grately appreciated.
Thanks
Bob
ImageID Edition#
101 1
101 2
102 1
101 3
103 1
101 4
102 2
Once a table gets large enough it will be hard to remember what edition you are on, so i would like to be able to populate it automatically as each record is entered. I have done similar things in other databases but can't figure out how to do it this one. This is the database that my father has on his Mac, so I was trying to formulate something there.
Any ideas would be grately appreciated.
Thanks
Bob