Search results

  1. T

    Turning Data Entry off through code

    Hi, I have two main forms which are essentially the same apart from some command buttons, one form to enter data, one form to view data. These forms also contain about 8 subforms, in Data Entry mode (for the data entry form, funnily enough). Problem is, obviously when I open my form to view...
  2. T

    Data Access Pages

    Hi guys, I have a form called frmVehicleData, this form contains about 8 different subforms all from different tables relating to various aspects of a car (Chassis, Engine, Brakes, etc). The main form is from tblVehicles, who's primary key 'pkCarID' is used in the related tables to link the...
  3. T

    Standalone Database (Quick Question)

    Hi, Is there anyway to make the front end of my database standalone? For example, I would like to people to run it who don't have Access installed, what ways are there around this?
  4. T

    Tabbing amongst Subforms

    Hi guys I have a form with a large amount of subforms on it. The problem I am having is that I cannot tab between subforms when entering data. The cursor just moves within the subform and browses off of the current record (Creates a new record, like when scrolling the mousewheel). Anyone...
  5. T

    Access 2000 - Colour Coding Fields?

    Hi, I need to colour code fields in my database based on whether the data entered is a guess, derived data or factual data... I have no idea how to do this! Apart from create a field corresponding to each field in my database with the values 1-3 in (1 for guess, 2 for derived etc) but I'm...
  6. T

    (ACC2000) Disabling Tab and Mouse from Creating New Records?

    Hi, I have a data entry form in Access 2000, and when people scroll the mousewheel or press tab enough times, all the data they've entered disappears! Is there anyway to prevent this? I have instructions on getting a .dll to block the mousewheel, but nothing for the tab, any help? Anyone know...
  7. T

    Table for Car Gear Ratios

    Hi, I am creating a table with gear ratios, the struction of my source data is as thus: Gear Number | Gear Ratio | Top Speed in Gear 1st | x.xx | xxx 2nd | x.xx | xxx 3rd | x.xx | xxx 4th | x.xx | xxx 5th | x.xx | xxx 6th...
Back
Top Bottom