Search results

  1. P

    Query Start and End Dates

    I'm new in Databases and Access, so my problem is very simple. I have a table with three fields: Name (Prim. Key), Start Date (Prim. Key) and Cost. I want to obtain a query with this fields: Name Start Date End Date (where the End Date would be one day before the next start date) Cost Thank you
  2. P

    Pimary Key as date type, bug finding record

    I'm dealling with a problem on positioning a form record by seeking a date primary field. I have simple table with two data fields: 1st field- date as short-date (table primary field) 2nd field - description as text Every time i use the method me.recordsetclone.findfirst to match a record by...
  3. P

    Pimary Key as date type, bug finding record

    I'm dealling with a problem on positioning a form record by seeking a date primary field. I have simple table with two data fields: 1st field- date as short-date (table primary field) 2nd field - description as text Every time i use the method me.recordsetclone.findfirst to match a record by...
Back
Top Bottom