I have a table with the following structure: itemId| direction | uid | created 1330171268497139 43211401268497423
I have two tables CustomerAddress(CustomerId, City, Country) and CustomerTransactions(TransactionId, CustomerId, CustomerContact). Here are the values in the tables:
what i mean is all the numbers _ _ _ _ _ _ _ are distinct and only values 2 to 9 can be entered. I\'ve tried using array and loops but i just couldn\'t figure out the solution to display all the numbe
I have data of this form: CategorySourceAmount DuesFTW$100 DonationsODP$20 DonationsIOI$33 DuesMMK$124 There is no sort order. The categories are unknown at compile time. I want a VBA macro to cycl
What I want to accomplish is to get a unique list of the names of customers with their lastest consultation date.