Search results

  1. D

    Printing parameters on report

    Another approach is to use the paramter in setting a calculated field in your query: EarlyDate: [Enter Earliest Date] You can then refer to EarlyDate in your report as you would with any other column from your query. You won't be prompted a second time for the parameter as long as it has the...
  2. D

    Multiple Nondefault Instances of Forms

    I can't understand the description of how you create these instances from the Help information. Can anyone give me a more complete example of the VBA code than just the Dim statement that is provided in the Help text? Thanks, Denny
  3. D

    Multi-user problem

    I have encountered a problem when two users are accessing the same form over a network simultaneously. I modify the properties of the form within the code, i.e. Visible property of certain controls, based on the user's actions. The problem is that the users get a message from Access...
  4. D

    Clearing the Value in a Combo Box

    You understood what I wanted perfectly. The suggestion worked fine. Thanks a lot!
  5. D

    Clearing the Value in a Combo Box

    I am limiting the values in a combo box, ComboBox2, based on a selection in another combo box, ComboBox1. I get the drop-down list of values to change in ComboBox2 but the displayed value is still retained from the prior selection. For example, the first time through the user may have...
Back
Top Bottom