Search results

  1. T

    Form wont close

    Thanks, but it does not work. The form stays visible. Heres my code for the notinlist event of the combo in the first dialog: _________ Private Sub Customer_NotInList(NewData As String, Response As Integer) On Error GoTo ErrorHandler If MsgBox("The customer " & Chr(34) & NewData &...
  2. T

    Form wont close

    Hi. I got a db, and in short, when clicking a button a second form opens in dialog to add data. There is a couple of combo boxes where the notinlist event opens a second form in dialog to add data to the table for the combo. Im using the openform command with the acDialog property. When...
  3. T

    Open form as dialog, with focus on current record

    Thanks John, Im not all into vb-code yet, but i think i see what you mean. Im not shure what control to use as [ControlTHatHoldRecordID] My subform is set up as a continuous form. with the record selectors on the left. The subform displays records corresponding with filter applied...
  4. T

    Open form as dialog, with focus on current record

    Hi In short, im doing a db with a form with no edit properties enabled. It lists records in a subform, filtered using several combo-boxes. I want to create a dialog that opens to edit the current record selected using record selectors in the subform. Anyone know how to? All i get it...
  5. T

    Form size vs screen resolution

    Hi all! Im currently planning a db to be used at my work. I'll be running it BE/FE, and there will be numerous users using alot of different computers and display sizes. Guess you'll already guessed where this is going... Ive been searching alot around to figure out how to design my db to...
Back
Top Bottom