B
brownti via AccessMonster.com
I have a table with information pertaining to some doors. The doors each
have a size, material and swing. I also have a rooms table that has various
doors from the doors table in it. Each room gets a designation as to a RH
room or a LH room. I then have a report that shows a room and all of the
doors in that room. However when a room designation changes from RH to LH, i
want all of the swings on the doors table to switch from RH to LH, or vica
versa. I basically need to know how to change values in a table (or possibly
create a new table with a maketable or append query) and then give values in
that table the opposite value RH vs LH. Here is a simple example. Room 1 RH
has the swings as shown, and Room 1 LH has the same doors however since it is
a LH instead of a RH, the swings for each door have changed. I hope someone
understands this. THanks.
Room 1 RH
Size Material Swing
1'6 A RH
2'0 A LH
2'6 A RH
Room 1 LH
Size Material Swing
1'6 A LH
2'0 A RH
2'6 A LH
have a size, material and swing. I also have a rooms table that has various
doors from the doors table in it. Each room gets a designation as to a RH
room or a LH room. I then have a report that shows a room and all of the
doors in that room. However when a room designation changes from RH to LH, i
want all of the swings on the doors table to switch from RH to LH, or vica
versa. I basically need to know how to change values in a table (or possibly
create a new table with a maketable or append query) and then give values in
that table the opposite value RH vs LH. Here is a simple example. Room 1 RH
has the swings as shown, and Room 1 LH has the same doors however since it is
a LH instead of a RH, the swings for each door have changed. I hope someone
understands this. THanks.
Room 1 RH
Size Material Swing
1'6 A RH
2'0 A LH
2'6 A RH
Room 1 LH
Size Material Swing
1'6 A LH
2'0 A RH
2'6 A LH