Search results

  1. M

    Falklands? Argentina reasserts Falklands claim

    Hint for the american contributors. If you wish to pull the moral highground out from under an englishmen's feet, concerning hostile invasion of another country and/or unjustified acts of agression, including taking of sovereignty.. .. Read up on New Zealand history in the 1800's, when it...
  2. M

    All Option in a Combo Box

    I have a form that opens a query, a comob box on the form restricts records included in the query, to the department selected. E.g if I select "GradingRoom" only records for employees who work in the grading room will be included. The list of available departments is in a table which does not...
  3. M

    Stella Awards

    The Flipside to Not Sueing In New Zealand we are at the other end of the litigation spectrum. We have legislation which prevents (in most cases) sueing for personal injury. Instead there is a governent run insurance system, which funds medical treatment, compensates for lost income, and...
  4. M

    Input Mask, Autotab Problem

    I am trying to speed up a data entry form, by adding input masks and autotabs. Box1 is a text code made up of two required letters followed by two required digits. The underlying feild is a text field, the field list surce ins a text field in another table I am using LL00 as the input mask...
  5. M

    Is Intelligent Design Scientific Theory?

    Most 'Design' Is Not Intelligent, babel fish Disclosure Statement: I am a marine biologist, I accept the theory of natural selection as an explanation for the phenomenon of evolution, I do not subscribe to any faith, but like most I have things I beleive in that are without logical support...
  6. M

    Problem with Criteria in Code

    Hi, Can anyone see what the syntax error in filter criteria in this code is? If CurrentProject.AllForms("TrainingRecs").IsLoaded Then Me.Filter = "Total Name =" & "'" & Forms![TrainingRecs]![TotalName] & "'" ElseIf CurrentProject.AllForms("ReportTrainee").IsLoaded Then Me.Filter = "Total...
  7. M

    Problem Multiple Or Criteria for Query Underlying Report

    Hi, I have a report which contains employee training records. It is set to only show records for one employee at a time via a criteria in the name field in the reports underlying query. (We use the printed report as an annual training record signed by employee and trainer). There are three...
  8. M

    Prevent Edits on Form but Not SubForm

    Hi, I have a form which shows training information for employees. The main form shows the individual's details - name, job etc. The subform shows the various training courses the person has completed, and the level of competency attained for each. I want to prevent users from...
  9. M

    Vertical Text Direction/Orientation in CrossTab Query

    Thanks Thanks for that. I know how to import into Excel automatically, so I will use that option. If I have the spreadsheet preserve formatting whenever the data source is updated, then I guess I only have to format it once. You would think Microsoft could get their act together to allow...
  10. M

    Vertical Text Direction/Orientation in CrossTab Query

    I am fairly new to developing with Access. I would really value some advice on changing text direction in crosstab query column labels. I have just created a crosstab query to function as a training matrix. It has rather long column labels (there are good practical reasons for this), which...
Back
Top Bottom