G
Guest
Hi,
I'm not sure if this is possible or not. I have imported Duane Hookum's
DH_QBF (which is so fantastic if you're reading this Duane!) and am modifying
the queries to suit the reports that I need to make. I have a series of
fields that are joined together (see below). I have another field
Survey_System. If Survey_Sytem is "DLS" then I would like "Surface Location
DLS" to be what exports however, if Survey System is "NTS" then I would like
"Surface Location NTS" to export.
We will normally be exporting into Excel and I would like both of these to
show up under one column Surface Location, I am wondering if I can somehow
write this into the query. Am I expecting too much or is this possible?
Thanks a lot!!!!!
Surface Location DLS: [Tbl_MAIN]![Surf_LSD] & "-" & [Tbl_MAIN]![Surf_SEC] &
"-" & [Tbl_MAIN]![Surf_TWP] & "-" & [Tbl_MAIN]![Surf_RGE] & "" &
[Tbl_MAIN]![Surf_MER]
Surface Location NTS: [Tbl_MAIN]![Surf_QUnit] & "" &
[Tbl_MAIN]![Surf_Except] & "-" & [Tbl_MAIN]![Surf_Unit] & "-" &
[Tbl_MAIN]![Surf_4Block] & "/" & [Tbl_MAIN]![Surf_Map] & "-" &
[Tbl_MAIN]![Surf_6Block] & "-" & [Tbl_MAIN]![Surf_7Block]
I'm not sure if this is possible or not. I have imported Duane Hookum's
DH_QBF (which is so fantastic if you're reading this Duane!) and am modifying
the queries to suit the reports that I need to make. I have a series of
fields that are joined together (see below). I have another field
Survey_System. If Survey_Sytem is "DLS" then I would like "Surface Location
DLS" to be what exports however, if Survey System is "NTS" then I would like
"Surface Location NTS" to export.
We will normally be exporting into Excel and I would like both of these to
show up under one column Surface Location, I am wondering if I can somehow
write this into the query. Am I expecting too much or is this possible?
Thanks a lot!!!!!
Surface Location DLS: [Tbl_MAIN]![Surf_LSD] & "-" & [Tbl_MAIN]![Surf_SEC] &
"-" & [Tbl_MAIN]![Surf_TWP] & "-" & [Tbl_MAIN]![Surf_RGE] & "" &
[Tbl_MAIN]![Surf_MER]
Surface Location NTS: [Tbl_MAIN]![Surf_QUnit] & "" &
[Tbl_MAIN]![Surf_Except] & "-" & [Tbl_MAIN]![Surf_Unit] & "-" &
[Tbl_MAIN]![Surf_4Block] & "/" & [Tbl_MAIN]![Surf_Map] & "-" &
[Tbl_MAIN]![Surf_6Block] & "-" & [Tbl_MAIN]![Surf_7Block]