G
Guest
I have two questions that I hope someone can help me on.
1. In one query a particular account can have up to five items on it. When I
run the query, an account with five items will list the account number five
times (one row for each item). Is there any way that I could make separate
columns for each item in the account so that there is only one row for each
account number? Like make columns: Item 1, Item 2, Item 3, Item 4, Item 5 so
that if there is only one item then it would show up in the Item 1 column and
the rest will be blank?
2. In another query, an account might have several different instructions to
it and all the instructions will show up when I run the query. Is there any
way I can run the query so that each account will just show the last modified
instruction? There is a TimeStamp field for the instruction in the query.
Any help will be greatly appreciated. Thanks.
1. In one query a particular account can have up to five items on it. When I
run the query, an account with five items will list the account number five
times (one row for each item). Is there any way that I could make separate
columns for each item in the account so that there is only one row for each
account number? Like make columns: Item 1, Item 2, Item 3, Item 4, Item 5 so
that if there is only one item then it would show up in the Item 1 column and
the rest will be blank?
2. In another query, an account might have several different instructions to
it and all the instructions will show up when I run the query. Is there any
way I can run the query so that each account will just show the last modified
instruction? There is a TimeStamp field for the instruction in the query.
Any help will be greatly appreciated. Thanks.