BoomerBroomer
MIS
I have downloaded a report from Simply Accounting into Excel and subsequently into MS Access. The table in Access is as follows (formatted exactly as the report prints in Simply Acctg & I can't get a different format in the source report) (each row is a record):
ID PROJECT ACCOUNT AMT
1 Pour Basement 55-001 20.00
2 55-004 100.00
3 55-010 29.00
4 Erect Walls 55-001 400.00
5 55-010 1000.00
I want to summarize this into one record for each PROJECT , probably using a query grouping, but I need to fill in "Pour Basemet" for record 2 and 3, and "Erect Walls" for record 5. I've tried the Dlookup solution in a query but it only updates one record in each pass. My table consists of many blank fields with varying number of blanks for each PROJECT. I want this to be user friendly ie run from a Command Button, BUT MY PRIMARY CONCERN IS FILLING IN THE BLANK FIELDS WITH THE PROJECT NAME.
Any ideas or help would be appreciated!
ID PROJECT ACCOUNT AMT
1 Pour Basement 55-001 20.00
2 55-004 100.00
3 55-010 29.00
4 Erect Walls 55-001 400.00
5 55-010 1000.00
I want to summarize this into one record for each PROJECT , probably using a query grouping, but I need to fill in "Pour Basemet" for record 2 and 3, and "Erect Walls" for record 5. I've tried the Dlookup solution in a query but it only updates one record in each pass. My table consists of many blank fields with varying number of blanks for each PROJECT. I want this to be user friendly ie run from a Command Button, BUT MY PRIMARY CONCERN IS FILLING IN THE BLANK FIELDS WITH THE PROJECT NAME.
Any ideas or help would be appreciated!