OK, I have had a bit of a read, but am unsure if I am understanding it correctly - the code I think I need is something along these lines?
Dim varRoute
Dim ToCopy
Dim ToPaste
varRoute = me.txtRoute.Value
ToCopy = DMax(“RouteRecordsID”, “RouteRecords”, “Route=’” & varRoute & “’”)...