Recent content by leejevans

  1. L

    UPDATE on top X records

    Hi I wish to update the top X records in a table so that a YES/NO field is set to true. I have figured out how to update all records:- UPDATE tblList_Contractors SET tblList_Contractors.Selected = True; I'm just stuck on the bit where I pick out the first X! Many thanks Lee
  2. L

    Select random (unique) records

    Now that is a simple, but excellent solutioN!
  3. L

    Select random (unique) records

    Hi I am attempting to setup a database that will allow my organisation to select contractors to invite to tender for work. The contractors must be selected at random to ensure fairness. I have a command button - "Generate List" when this is clicked it runs a query which selects five random...
  4. L

    Query Design Problem - Advice?

    <bump> <Just a BUMP>
  5. L

    Query Design Problem - Advice?

    Hi, in that case I would like to display the number of days during JAN, FEB and MAR. Hope that helps?
  6. L

    Query Design Problem - Advice?

    Hi all, I have a table of employee sickness / absence records with the following structure and data: I have figure out how to write a query which displays the number of days taken for each sickness (END_DATE minus START_DATE). My problem is that I would to write a query to display the...
  7. L

    Max 6 fields per chart?

    that sounds complicated LOL?
  8. L

    Max 6 fields per chart?

    Hi, I am trying to add a chart to a form/report which will show sickness for each month (ie. 12 fields). When I goto insert - chart and start adding my fields Access tells me I'm only allowed six! What am I doing wrong? Cheers Lee
Back
Top Bottom