Search results

  1. D

    Rnd function question

    Humm yeah, much more succinct. Only goes to show why come here more FOR help than TO help.
  2. D

    Rnd function question

    If I understand correctly what you have is the user pressing a button to generate a 1 0r a 2 in the field [numbera], the user then moves to a new record and presses the button again and so on to populate the table. What you want is that in any population the number '1' only occurs in 45% to 55%...
  3. D

    Deleting Items from List Boxes

    This problem is driving me crazy since it should be straight forward. I have a listbox "MyListBox" with RowSourceType = ValueList. The list is filled by the user selecting items from another bound listbox, this works OK by just appending the new item text to the RowSource string with an...
  4. D

    Adding Button on Form, field value as file locator.

    Whoops, forgot to mention that I've had problems if the FilePath string contains <spaces>. I don't know how to get around that one though, sorry.
  5. D

    Adding Button on Form, field value as file locator.

    This works for me in Access97 (I have no idea about Access2000): I think the command you are looking for is the 'Shell' function that starts another application here's an example (I assume you have a field called [County] specifying the county name of each APN, if not I think you've got...
Back
Top Bottom