Search results

  1. C

    auto saving ?

    hello i have a problrm with a from . when i start entering data it auto save it. i added this code : (i found it here) Private Sub Command23_Click() If MsgBox("do you want to save?", vbOKCancel, "save event") = vbOK Then DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, ...
  2. C

    listbox headline

    when i choose the listbox head line, it display the variables name. is there a way to define myeslf the headline without changing the variables? Thank you. Nir
  3. C

    New autoformat styles

    hello all, is there any site that i can d/l new autoformat styles from it? (new backgrounds,ets..) thank you. Nir
  4. C

    problem with "memo" size

    hello, i built table useing memo var. i need to paste in it alot of test. the problem is that this is the biggest var, and still it is not big enough for my use. is there a solution for that problem? thank you nir
  5. C

    list not connecting to form

    hello i made a form with list in it. i want that every time that i double click a row in the list it will open the CORRECT record. i have a problem that when i click on the row it open always the first record of the form insted the record that belong to the row i wanted to open. how can i fix...
  6. C

    headlines for listbox

    hello all. i made a from which got a list box in it. the problem is that i can't put hedlines in every column. actually i can't put headline in any of the columns. how can i put headlines in the first row for each column? thank you nir
  7. C

    Open Form on New Record

    new record on the form ? hi. i created a form. but every time that i run the form i get record number 1. what should i do to make theform open in a new record? thank you. Nir
Back
Top Bottom