Search results

  1. H

    Setting a default value in a Combo Box

    Hi again gurus, I am hoping someone can help me set a default value in my drop down box to the first value that my recordset row source sql query returns. Right now I have to click on the box and select the first record in the list because the default is blank. Is there any way to do this...
  2. H

    Best way to set subform datasource

    Hi all, I have two forms that use the same subform. The datasource for the subform needs to be different for each of the two forms, so I set it in an on_current event private sub in each form. It works but is this the best practice? Also, the datasource for one of the forms is a query, while...
  3. H

    How to use Me!

    Hi All, I know this is a very basic question but I can't find the answer in the help files or other resouces I have. Though it's used in the book I am using (Access 2000 Programming - Weekend Crash Course) it is not ever explained. What exactly does Me! refer to? Is it the current form? Thanks...
Back
Top Bottom