Recent content by busybee

  1. B

    Can a variable be used in dependent combo box criteria?

    I'll end up with 36 subforms instead of 6! I'll give this one last try. I've continued to work on my database, but my subforms are multiplying like rabbits because I can't find a way to use a variable in my combo box row source filter criteria (see initial message). An answer to this problem or...
  2. B

    Can a variable be used in dependent combo box criteria?

    Syntax problem Thanks for your quick reply, Bob. I gave it a try, but I get an error message (which I have to translate back to English from French for you, so it may or may not sound familiar): "The expression entered has an invalid period (.) or an invalid exclamation point (!) or...
  3. B

    Can a variable be used in dependent combo box criteria?

    I have a main form with a "master" combo box, and on this form there is a subform with a dependent combo box. When I select a value in the master combo box, the values in the dependent combo box are filtered correctly. Everything works fine, but I would like to re-use the same subform in...
  4. B

    Access VBA: OpenForm to a specific record

    Solution to opening form to a specific record Thank you Roy, that works! I was confused about the code, since I "borrowed" it from a forum somewhere and don't really understand what I'm writing. (It's amazing how far you can get doing that - until you really need to know what you're doing).
  5. B

    Access VBA: OpenForm to a specific record

    Not quite there yet Thanks for your quick reply. After attempting what you've suggested, I find myself with (Filtered) at the bottom of my form window, but all the records are still displayed. And this also leads to a significant mixup in how the counter works - I'll spare you the details...
  6. B

    Access VBA: OpenForm to a specific record

    I am not a specialist, but am trying to create an application with Access 2000to manage our company’s orders. I have a table called ‘Service’ containing descriptive data on the type of service requested. This table is linked to several other tables, with ‘ServiceNo’ as the primary key linking...
Back
Top Bottom