G
Guest
I have 2 fields, Building_No (Building number) and LocationID (Foreign key to
a location table). I want to use these 2 fields to create the primary key
field for Buildings such that it would be, "LocationID-Building_No". I know
I can do it with an update query, but I would rather not have it update all
1800+ records every time. Is there a way to have it update only the current
record either through an update query or macro? If need be, I can do the VBA
route, but would rather not get that messy.
Thanks.
a location table). I want to use these 2 fields to create the primary key
field for Buildings such that it would be, "LocationID-Building_No". I know
I can do it with an update query, but I would rather not have it update all
1800+ records every time. Is there a way to have it update only the current
record either through an update query or macro? If need be, I can do the VBA
route, but would rather not get that messy.
