Search results

  1. A

    Need To Refer To Field In Report

    I am making a label printing database every thing is working ok but I need to referance a specific field which contains the quantity to print i can get it to work by using in the code qytprint= 3 ( or what ever number hard coded) but i need to pick up the corect variable amount from...
  2. A

    need to test a range of dates

    I have a holiday database where [1stday] and [Lastday] are entered I need to find all records that have a date within a certain week with a date range of Sunday to Saturday I have a problem with my current idea in that if one or both of [1stday] or [Lastday] are out side the selection...
  3. A

    basic information on writing functions

    where is the best place to get on line infromation about writing functions ? i have tried with a simple example which works but keep geting "null errors " when opening database form
  4. A

    basic information on writing functions

    where is the best place to get on line infromation about writing functions ? i have tried with a simple example which works but keep geting "null errors " when opening database form
  5. A

    updating a table from a form

    I have a form developed from an table where the user can input info about dates ie start date of holiday and end date this will be part of a shift patern cover database the form also has textboxes where the dates in between these two apear ( via expressions in the scource field) also it...
Top Bottom