A
Amanda
I have an Animal Quick Entry form (continuous), that operates on the Animal
Records table- each animal has a record. The form is designed to add journal
records (in a separate,related Animal Journal table) for a batch of animals.
The continuous form part enables me to preview a batch of animals and create
a collection of their IDs so I can create the journal entry for each animal
ID.
Typically I would add a journal entry with DoCmd.OpenRecord ... acNewRec,
but I've only done this with bound controls, and the connection to the
appropriate fields is automatic. The form has a few unbound controls to set
the values of the journal fields to be appended, but how do I connect this
data to the fields when I create my new records?
Thanks, Amanda
Records table- each animal has a record. The form is designed to add journal
records (in a separate,related Animal Journal table) for a batch of animals.
The continuous form part enables me to preview a batch of animals and create
a collection of their IDs so I can create the journal entry for each animal
ID.
Typically I would add a journal entry with DoCmd.OpenRecord ... acNewRec,
but I've only done this with bound controls, and the connection to the
appropriate fields is automatic. The form has a few unbound controls to set
the values of the journal fields to be appended, but how do I connect this
data to the fields when I create my new records?
Thanks, Amanda