Search results

  1. wglmb

    Disable calendar dates

    (I did serach for past topics, & found one, but the solution pointed to a link that doesn't work; sorry...) I have a database (well, a half-database at the moment) which is used to book a hall. I want to add a calendar to the bookings form, so users can see what they're doing more easily. This...
  2. wglmb

    'Greying-out' a field etc.

    Is there any way I can 'grey-out' (not allowing people to type is the most importent thing here, but the turning grey would be useful too) a field if (for example) a check-box isn't selected?
  3. wglmb

    Tab Control (loading data)

    If I have a tab control in a form, with a form on each tab, will the data from all the tab's forms have to be loaded when I open the 'host' (don't know what to call it) form? I can't tell if the load time is increased, as there isn't much data there yet, so it's pretty much instant anyway...
  4. wglmb

    Linked (external) table help

    I have a database which contains a link to an external table. This link is broken, however, if the external table's database is moved (yes, I know this isn't a suprise). What I want to know is if there's a way that would be easy for a user who's not very confident to easily change the path to...
  5. wglmb

    Help with conditions

    I currently have a query which takes its criteria from a form called search. This all works fine, unless the user leaves a field in the search form blank. Then the query has no results. What I'd like is for a blank field to act as a wildcard. I guess the reason this doesn't automatically work is...
  6. wglmb

    Referring to a field

    I want to use a macro for validation on a field on a form. I don't want users to be able to enter a company code that does not exist in the COMPANY Form. The condition I've got is: [Forms]![TXNS By Company DIAG]![Code]<>[Forms]![COMPANY]![CODE] The problem is that this only works if the COMPANY...
  7. wglmb

    Help with validation rule

    Here's my problem: Table: PARAMETERS Field: PARM1 Field: SYMBOL Table: TRANSACTIONS Field: DATE Field: AMOUNT Field: loads more... What I want is a validation rule on the AMOUNT field, which says that the data entered cannot be greater than the number in the PARM1 field. I can't get this to...
Back
Top Bottom