Newbie Access question --
I am trying to build a form that can assign the contents of one field to ALL records that are created by subsequent fields.
For example, the form would have a date field and then multiple fields for bird observations, like this:
DATE: October 15, 2010
BIRD OBSERVATION #1: Sparrow
BIRD OBSERVATION #2: Sparrow
BIRD OBSERVATION #3: Robin
BIRD OBSERVATION #4: Sparrow
BIRD OBSERVATION #5: Robin
The point is to keep from entering the date five times. So you enter date once then log all the bird observations and the result would be 5 new records added to the table with the contents of the DATE field being assigned to all of them while the other fields are unique.
Is there a way to do this?
I am trying to build a form that can assign the contents of one field to ALL records that are created by subsequent fields.
For example, the form would have a date field and then multiple fields for bird observations, like this:
DATE: October 15, 2010
BIRD OBSERVATION #1: Sparrow
BIRD OBSERVATION #2: Sparrow
BIRD OBSERVATION #3: Robin
BIRD OBSERVATION #4: Sparrow
BIRD OBSERVATION #5: Robin
The point is to keep from entering the date five times. So you enter date once then log all the bird observations and the result would be 5 new records added to the table with the contents of the DATE field being assigned to all of them while the other fields are unique.
Is there a way to do this?