G
Guest
I have a table created from a make table query. It has two fields: Site_ID
and Date, there are multiples dates for each site ID. I want to create a
table containing two fields (SITE_id, Dates_Ref) with a row for each Site_ID
and a second text field that combines/concatenates the dates for each Site_ID
into a single field (Dates_Ref). Is there a way to do this in VBA.
and Date, there are multiples dates for each site ID. I want to create a
table containing two fields (SITE_id, Dates_Ref) with a row for each Site_ID
and a second text field that combines/concatenates the dates for each Site_ID
into a single field (Dates_Ref). Is there a way to do this in VBA.