M
Maarkr
I've been getting a lot of this and I just can't make it work. People will
do a data dump from another system, in either a txt or xls format, and the
field will include a list of names with the agency... so like the records in
the field will include finance, list of 10 names, financeB, list of 4 names,
safety, list of 3 names, Support, list of 15 names...
field1
Finance Offc
bob...
sally...
joe...
financeB Offc
will...
fred...
etc.
In Excel, if I break out the agency name to a new column, you can run a
'copy down' routine to list the agency in another column beside the name. I
can run a query to break out the office names from the personnel, so thats
not a problem.
I hope you get the idea. How can I treat this data dump in access to have
an end product of people separated into their agencies? I thought about a
vba loop routine but not sure how I might set it up.
do a data dump from another system, in either a txt or xls format, and the
field will include a list of names with the agency... so like the records in
the field will include finance, list of 10 names, financeB, list of 4 names,
safety, list of 3 names, Support, list of 15 names...
field1
Finance Offc
bob...
sally...
joe...
financeB Offc
will...
fred...
etc.
In Excel, if I break out the agency name to a new column, you can run a
'copy down' routine to list the agency in another column beside the name. I
can run a query to break out the office names from the personnel, so thats
not a problem.
I hope you get the idea. How can I treat this data dump in access to have
an end product of people separated into their agencies? I thought about a
vba loop routine but not sure how I might set it up.