Search results

  1. F

    Strange SetFocus problem

    (Access 2007) I have a form with some controls in the header. By default the form detail is hidden. I have the following code on a button Private Sub newclient_Click() Me.Detail.Visible = True DoCmd.GoToRecord , , acNewRec Me.surname.SetFocus End SubThe problem is that the focus isn't moving...
  2. F

    How to mimic A2007 multivalue selection popup

    The new multivalue field type in A2007 does exactly what I want on a form, but I'm really against using multivalue fields and prefer to handle my many to many relationships with an extra table. What I want to do is somehow mimic the multivalue popup which allows multiple selection using check...
Back
Top Bottom