Recent content by carbo20

  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

    sorry you are right, i meant fields. i hope it will work,there is alot to change. thank you.
  3. C

    listbox headline

    i mean: what i mean is that the first line in the list is the variables. for example the first column head is lname and what i want to display is Last Name. is there away of doing it? Thank you Nir
  4. 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
  5. 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
  6. C

    problem with "memo" size

    i think just like you. but i have nothing to do about it. but anyway i am not the one who is gona use the db. he will have to deal with it.
  7. C

    problem with "memo" size

    i already have hyperlink to the word file. the idea is that every word doc is devided into 4 or 5 questions and answers. my boss told me to make an application that got a record for each doc. and a cell for each answer. in that way i can search all the word doc's in one time. (which is the...
  8. C

    problem with "memo" size

    i will explain my use: i am trying to build an error reports system. so i have to copy and paste large parts of the report in each table cell. i am new in access . what are my options? thank you
  9. 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
  10. C

    list not connecting to form

    problem thank you for your answer. but it doesn't work. i am new in the access field. isn't there a site that give examples?
  11. C

    list not connecting to form

    there is agood chance that i am wrong but.. all i saw at the wizard was to choose a table/query and to choose the field from the table to be shown on the list. but what i want is to click on a row and that the form with the row information will appeaer. . now what happens is that the same form...
  12. 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...
  13. C

    headlines for listbox

    Thank You. thank you very much.
  14. 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
  15. 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