Search results

  1. H

    displaying records horizontally

    Thanks, unfortunately it seems like the Concatenate function will only work for very simplistic data. most example cases are 1 company name - many order dates. my issue is that I have 1 property - many processes. but the processes are quite elaborate. I would have a 'type' field, a value...
  2. H

    Show items only once

    would SELECT DISTINCT not solve our issue?
  3. H

    displaying records horizontally

    If you have a one - many relationship between data, normally in the table it is captured, you would find multiple rows for every 'thing', each row detailing different 'functions' performed on it. Is there a way that one can display these functions horizontally, instead of vertically, i.e, have...
  4. H

    access functionality

    I think I should just clarify, I want or need to filter or set a criteria for every 'year' field. not just OBJ year.
  5. H

    access functionality

    I didn't intend to send my complete DB, because it has thousands of tables and hundreds of queries, it would never be small enough to post to this site, due to their size restrictions on files.
  6. H

    access functionality

    ah, thanks, seemed to have worked. So now to explain what I want to do with it, there's one table in the ZIP file and one query, the query contains all the fields and all records (no filters or criteria) I want to maintain the above, but you will see that each record has a few date/year...
  7. H

    access functionality

    I used winzip, the file is named 'Database issues.zipx'
  8. H

    access functionality

    I am trying to add a zip file, yet I get an error, it says invalid file? why would this be?
  9. H

    access functionality

    Hi again just a quick and hopefully easily resolved question - does access have the ability to create a query where all records are present, all fields are present, yet some data within some fields aren't displayed?
  10. H

    displaying all records but filtering certain fields

    Data(table): replaces (the ID) jobconf bankref buildingname municname erf deedtown portion farmname sectional_title unit size suburb yearstart firstname emailaddr surname accountnumber pptype:Dormant ppvalue:Dormant value pptype:78 ppvalue:78 value ppyear:78 year categories:78 categories...
  11. H

    displaying all records but filtering certain fields

    Fair enough. Here's my situation, I have properties listed in a table named pmnproperties - I have the 'work' done on these properties in a table named newpropprocessinfo. - the relationship between these two tables = many records per property. Now as I briefly mentioned above, this created a...
  12. H

    displaying all records but filtering certain fields

    maybe I should have provided more info. the query only contains one table. but the table is built from two 'make table' queries, and about 7 append queries that update these two created tables. - or something to that extent. the company has multiple 'types' of work, that can be done per...
  13. H

    displaying all records but filtering certain fields

    I have a query that carries all the properties in our database, and data for when our company 'worked on' properties. Each property falls within a certain province and municipality (this is slightly irrelevant info) , we worked on properties in a period from 2009 - 2013/06/30 this period is...
  14. H

    another new member

    Hi peeps, I manage the data of a small company in South Africa, the knowledge that I have of Access was acquired at my time at the company (the past 4-5 years), I don't really use extensive access functions all that often, I have a bunch of set queries in place and use those to extract lists...
Back
Top Bottom