Danielbryanuk
Technical User
Hi all
I need an efficient method of obtaining the value of cross section of a table (manual and ad hoc table generated using sql query) in a query. I would like to avoid using "Case When" of "If" constucts as the table is very large.
I have investigated using "tuple" but understand this is only to be used with a dimensional database, whereas mine is relational.
Something similar to using DLookup in MS Access would be ideal (I used to use it quite a lot).
So...any ideas?
Obviously getting the adhoc table into the database is the best way to go, but my admins won't let me do this!!
Thanks
Dan
I have
I need an efficient method of obtaining the value of cross section of a table (manual and ad hoc table generated using sql query) in a query. I would like to avoid using "Case When" of "If" constucts as the table is very large.
I have investigated using "tuple" but understand this is only to be used with a dimensional database, whereas mine is relational.
Something similar to using DLookup in MS Access would be ideal (I used to use it quite a lot).
So...any ideas?
Obviously getting the adhoc table into the database is the best way to go, but my admins won't let me do this!!
Thanks
Dan
I have