Hi there,
I'm an advanced beginner, so please bear with me...
I have a simple table that has four fields in it: Zone (which will store a three letter code such as ABC), Year (a four digit number field), Number (which is the problem field) and Label (which will be the concatenation of the previous three fields).
There will be a variety of three letter codes stored in the Zone field (11 to be precise) and the Year field will have a very wide variety of 4-digit codes. What I'd like to do (if possible) is to populate the number field based on the concatenation of the Zone and Year fields. For example, if the Zone is ABC and the Year 1987 and this is the first occurrence in the table of this combination, then the Number field should read 1. If there's another occurrence of ABC + 1987 down the road, then the Number field should increment to 2, and so on.
The Zone and Year fields will be entered via a form and I'd like the Number field to populate itself automatically.
Is there a VBA solution to this? I'm assuming it's too complicated for an expression...
Any advice would be appreciated!
Thank you,
Jo