J
Jeff
I am currently converting a database to a more efficient design for a
client.
The client previously had a memo field where they stored all the names
of people participating in an outing. Now I am using a many-to-many
table design to take care of this more efficiently.
Outing
EventID
Outing List (memo field)
tblAttendees
Event ID
Member ID
MemberList
Member ID
Full Name
Anyway, the issue is that I'm trying to convert these memo fields into
entries in the tblAttendees table . I had though to compare and
extract valid member names from the memo field and then create an
append query to create entries into the tblAttendees table, but
there's an error message saying that I can't compare a Memo field in a
query.
Is there a way to extract the memo fields somehow so that I can do
comparisons or is this just a lost cause?
Thanks
Jeff
client.
The client previously had a memo field where they stored all the names
of people participating in an outing. Now I am using a many-to-many
table design to take care of this more efficiently.
Outing
EventID
Outing List (memo field)
tblAttendees
Event ID
Member ID
MemberList
Member ID
Full Name
Anyway, the issue is that I'm trying to convert these memo fields into
entries in the tblAttendees table . I had though to compare and
extract valid member names from the memo field and then create an
append query to create entries into the tblAttendees table, but
there's an error message saying that I can't compare a Memo field in a
query.
Is there a way to extract the memo fields somehow so that I can do
comparisons or is this just a lost cause?
Thanks
Jeff