Hi there,
Hope all is well.
I am building a database at work.
I was going to use the multiple field in access but then that didn't fit the design principals and also reading some other posts apparently it isn't a good idea to use this functio anyhow.
Maybe I am not doing this correctly. So any advice is greatly appreciated.
I am wanting is to combine the many field for that record into one field so that when we need to copy the Aircraft Number into SharePoint we don't have to select each one this could be quite time consuming.
tblPubDetails
PubPk, CompanyFk, AircraftHoldingFk
1, 2, 1
2, 2, 2
3, 2, 3
4, 1, 1
5, 1, 2
6, 1, 3
7, 3, 3
tblAircraftHolding
AircraftHoldingPk, PubFk, AircraftFk
1, 1, 1
2, 2, 2
3, 3, 3
4, 4, 1
5, 5, 2
6, 6, 3
7, 7, 3
tblRefAircraftDetails
AircraftPk, AircraftType
1, 50
2, 100
3, 320
Once it has been entered into individually I would then like a field to show the AircraftHoldingFk all together in the one field e.g.Aircraft on the form. Not sure if the above makes sense Sorry if it doesn't.
PubPk, CompanyFk, AircraftHoldingFk, Aircraft
1, 2, 1, |1, 2, 3 (50, 100, 320)
2, 2, 2, |
3, 2, 3, |
4, 1, 1, |1, 2, 3 (50, 100, 320)
5, 1, 2, |
6, 1, 3, |
7, 3, 3, |3 (320)
Maybe this can't be done or if there is a better way to approach this any assistance is greatly appreciated. :banghead:
Thank you
Have a wonderful day.
All the best,
Annie
Hope all is well.
I am building a database at work.
I was going to use the multiple field in access but then that didn't fit the design principals and also reading some other posts apparently it isn't a good idea to use this functio anyhow.
Maybe I am not doing this correctly. So any advice is greatly appreciated.
I am wanting is to combine the many field for that record into one field so that when we need to copy the Aircraft Number into SharePoint we don't have to select each one this could be quite time consuming.
tblPubDetails
PubPk, CompanyFk, AircraftHoldingFk
1, 2, 1
2, 2, 2
3, 2, 3
4, 1, 1
5, 1, 2
6, 1, 3
7, 3, 3
tblAircraftHolding
AircraftHoldingPk, PubFk, AircraftFk
1, 1, 1
2, 2, 2
3, 3, 3
4, 4, 1
5, 5, 2
6, 6, 3
7, 7, 3
tblRefAircraftDetails
AircraftPk, AircraftType
1, 50
2, 100
3, 320
Once it has been entered into individually I would then like a field to show the AircraftHoldingFk all together in the one field e.g.Aircraft on the form. Not sure if the above makes sense Sorry if it doesn't.
PubPk, CompanyFk, AircraftHoldingFk, Aircraft
1, 2, 1, |1, 2, 3 (50, 100, 320)
2, 2, 2, |
3, 2, 3, |
4, 1, 1, |1, 2, 3 (50, 100, 320)
5, 1, 2, |
6, 1, 3, |
7, 3, 3, |3 (320)
Maybe this can't be done or if there is a better way to approach this any assistance is greatly appreciated. :banghead:
Thank you
Have a wonderful day.
All the best,
Annie