Search results

  1. G

    Newbie Help - ON not in list error help

    Need some help in tackling a problem. Devised a form that allows the user to add company information however to keep data clean the company field is a look up table to a Company table that stores company information. In instances when they add a record for a NEW company, not in the company...
  2. G

    Replicated

    I am having problems editing a database that i created which is very frustrating. We have recently changed server at work and that is the only difference that i am away of. In the past i was able to easily make changes the the DB structure etc without this problem. I am now being met with the...
  3. G

    printing forms

    i need to export a form which has 20 records as 20 separate PDF's Is this possible?
  4. G

    Sorting numbers from a data extracted from mid query

    I am trying to sort data numerically from a select query which has extracted port of the postal code as i now want to group records by area. When i however sort data it does not sort it numerically but as follows. Area: Mid([Post Code],2,2) is used to extract data from post code. Any help on...
  5. G

    Removing Address fields on a report

    As a novice i want to be able to removed lines within an address block that contain blank fields. In my table i have following Fields Address 1 Address 2 Town/City County Post Code However the address 2 field is optional and often is left blank. I want to however display the address block...
Back
Top Bottom