I'm rather new to Access and kind of flying by the seat of my pants. I know how to create very basic update queries, so any answer given I'd LOVE if you could dumb it down a bit. I'm a kinetic learner...
I have 2 tables. InvLocs and Locations...
I need to get the location cells into the InvLocs table... but I need what is filled into the InvLocs to be sorted/filtered/relative to what's in a shared column by both tables.
Locations table goes as such:
Location - location #s (ie. 001.01.00001)
Descr - Common location name
InvLocs table goes as such:
Inv_no - internal #
Location - <column I'm trying to fill)
Descr - Common location name; rows can have duplicate location names.
The reason I need it sorted/filtered/etc... is that Inv Locs can appear like this:
Inv_no Location Descr
1 a-1
2 a-1
3 a-2
4 a-2
5 a-5
Can any one help me through this?
I have 2 tables. InvLocs and Locations...
I need to get the location cells into the InvLocs table... but I need what is filled into the InvLocs to be sorted/filtered/relative to what's in a shared column by both tables.
Locations table goes as such:
Location - location #s (ie. 001.01.00001)
Descr - Common location name
InvLocs table goes as such:
Inv_no - internal #
Location - <column I'm trying to fill)
Descr - Common location name; rows can have duplicate location names.
The reason I need it sorted/filtered/etc... is that Inv Locs can appear like this:
Inv_no Location Descr
1 a-1
2 a-1
3 a-2
4 a-2
5 a-5
Can any one help me through this?