C
Clddleopard
I have a "daily records" database. One of the things that is recorded is who
works each day. Currently, the way that is recorded is just to type the names
into a memo field. However, I do have a table with everyone's names in it. Is
there a way to create a multi-select list box or a checklist that will paste
names selected from this table (either by highlighting or checking a box next
to the name) into a memo field? The memo field that I want to store the info
in is in a table called AnimalRecords and the field is called AnNote. The
table with the names is called KeeperInfo and it has FirstName and LastName
fields. Just the FirstName field needs to go into the memo, but if it could
be both First and last, that would be great. I am a complete newbie when it
comes to VBA, but I'm willing to try!
works each day. Currently, the way that is recorded is just to type the names
into a memo field. However, I do have a table with everyone's names in it. Is
there a way to create a multi-select list box or a checklist that will paste
names selected from this table (either by highlighting or checking a box next
to the name) into a memo field? The memo field that I want to store the info
in is in a table called AnimalRecords and the field is called AnNote. The
table with the names is called KeeperInfo and it has FirstName and LastName
fields. Just the FirstName field needs to go into the memo, but if it could
be both First and last, that would be great. I am a complete newbie when it
comes to VBA, but I'm willing to try!