Search results

  1. J

    SubForms Record source

    Is there a way to manipulate a sub-forms record source whilst in the parent form. I can't see any sub-form properties that return a record source. I want to allow the user to dynamically change some of the selection criteria applied to the sub-form Thanks in advance for any help John
  2. J

    Enabling/Disabling List Box Entries

    Is there a way to disable a list box entry so that a user cannot re-select that entry, but still have it displayed in the list box Thanks in advance for any help
  3. J

    Sorting Arrays

    Is there an in-built function or has anyone written a function to perform a sort on a one-dimensional array
  4. J

    Macro Substitution

    Is it possible in VBA to store the name of a variable in another variable and then access the value of the first variable through the second (just like macro substitution in Xbase) ie VarA = 10 VarB = "VarA" Value is &VarB
  5. J

    Setting Colours On SubForm Datasheets

    I have a form with various records on a datasheet subform ie JobHeader and then various job details. Is it possible to change the colour of a row on a datasheet dependent upon the value of a cell within that row I wish to do this to highlight jobs that have been computer generated as opposed to...
Back
Top Bottom