R
Rob
I am not exactly new to Access but I am trying something
that is a little over my head. I have a form where I
input a series of first names in a field called FirstName
seperated by commas (eg Rob, Jim, Susan), and a series of
last names entered in a field called LastName seperated
by commas (eg Guest, Everett, Wills). I want to match the
first, second, etc names in each field and for each pair
insert a record into a different table (eg record 1 - Rob
Guest, record 2 - Jim Everett, record 3 - Susan Wills).
How should I do this? Should I be using an append query,
a macro, or do i need to use VBA to do it. I tried an
append query but could only use left and instr to get the
first name.
that is a little over my head. I have a form where I
input a series of first names in a field called FirstName
seperated by commas (eg Rob, Jim, Susan), and a series of
last names entered in a field called LastName seperated
by commas (eg Guest, Everett, Wills). I want to match the
first, second, etc names in each field and for each pair
insert a record into a different table (eg record 1 - Rob
Guest, record 2 - Jim Everett, record 3 - Susan Wills).
How should I do this? Should I be using an append query,
a macro, or do i need to use VBA to do it. I tried an
append query but could only use left and instr to get the
first name.