Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MS Access Question
Name: UltimoDragon Date: June 28, 2006 at 16:26:52 Pacific OS: n/a CPU/Ram: n/a Product: n/a
Comment:
I am proficient in most software but have very limited experience with Access. My question is this. Say I have a table for several months containing data in the following format: Jim RRR 2000 A Bob BBB 1500 B Joe RRR 1000 O Kim BBB 2500 A
And note that aside from the name, all of the other fields can change on a monthly basis. So I want to create a new table to analyze those monthly changes for Bob in the following format:
Mar-06 BBB 1500 B Apr-06 BBB 1700 A May-06 RRR 1800 A Jun-06 RRR 1750 B
Is there a (relatively) easy way to do this in access? The data files I am working with are not as simple as these, containing thousands of rows.
Summary: I have read a few of the responses here, and am impressed with the replies. In that regard I'd like to ask this question. I am attempting to implement an MS Access 2003 solution involving Treeview MS...
Summary: I've got a question about SQL query in MS Access, for example I have the following data: Table1: NAME ______ CITY ____ FAV vahid ______ NY ______ A vahid ______ NY ______ B hamed ______ LA ______ A ha...
Summary: I have created an MS Access db, 2 of the fields relate to time...StartTime & EndTime. From this I have created a query to display the attendance time ([EndTime]-[StartTime])*24 which gives me the dif...