G
Guest
I have an excel spreadsheet for cable information including Origination and
Destination connection point info. The Origination and Destination grouped
fields have the same field headings. I wanted to import the spreadsheet into
2 access tables, tblCable and tblConnectionPoint linked by the CableNum
field. How can I do this, or is there a better way to set up the tables? I
mainly need to add,update,remove records and to sort on several fields. For
example, both Origination and Destination field groups have a RoomNum. I
need to be able to sort on RoomNum and have both Origination and Destination
RoomNums treated the same.
If the spreadsheet is imported as 1 table, I have sorting issues.
If the spreadsheet is imported as 2 tables, I can only import either the
Origination or the Destination fields into tblConnectionPoint.
If the spreadsheet is imported as 3 tables, there are still sorting issues.
I seem to be going around in circles. Please advise.
Destination connection point info. The Origination and Destination grouped
fields have the same field headings. I wanted to import the spreadsheet into
2 access tables, tblCable and tblConnectionPoint linked by the CableNum
field. How can I do this, or is there a better way to set up the tables? I
mainly need to add,update,remove records and to sort on several fields. For
example, both Origination and Destination field groups have a RoomNum. I
need to be able to sort on RoomNum and have both Origination and Destination
RoomNums treated the same.
If the spreadsheet is imported as 1 table, I have sorting issues.
If the spreadsheet is imported as 2 tables, I can only import either the
Origination or the Destination fields into tblConnectionPoint.
If the spreadsheet is imported as 3 tables, there are still sorting issues.
I seem to be going around in circles. Please advise.