Search results

  1. P

    compare combobox and listbox

    Hi there! This question of mine came from another thread of mine, but i thought i should post it as a new thread. I have a combo box and a listbox. All i want is when i select a value(text) from the combobox to check if there is a same value(same text) at the listbox and if there is, then this...
  2. P

    Problem with seach box

    hi there. I use greek languaged office and at a table my surname field contains values writtern at Greek. At a from i created a text box and a list box. The list box shows all values from surname field. When i start typing something at text box, then there is a filtering at the list box - like...
  3. P

    Refering to listbox value

    Hello there! I have a list box and a combo box. I have for row source the same field of array at both the list box and the combobox. All i want is, when i select a value from the combo box, the same value from the list box to disappear. I have written a piece of code at list box: SELECT...
  4. P

    Invisible buttons

    Hi there! I use buttons to all of my forms, buttons like New, Edit, Return and Print button. When i click on print button, i get the buttons too at the paper. How can i make the buttons not to show up at the printing page? Thanks in advance
  5. P

    Problem with continuous form

    i use 3 combo boxes at a form that take data from a table. The form is at continuous mode, so i get all the relative records from the table. I use a clear button, but when i click on it, only the first row comboboxes get cleared. Could anyone give me some piece of code that i could use to clean...
  6. P

    Clear form

    Hello there. I have 3 combo boxes in a row that take values from table fields (name, surname and ID) and i have selected the choice continuous form. So, i get all users (name, surname and ID). I have a clear button, in which i have written at on click event: me.comboboxname1.value = ""...
  7. P

    Change color

    Hi there! I use combo boxes at a form. I want, when i select a specific value from the combo box, to change the inner color of the combo box. I use the after update and if me.comboboxname.value = "value" then WHAT? Thanks in advance
  8. P

    Calendar

    Hello there! i have to use a calendar in a form. Any suggestions? If you suggest some kind of calendar, could you tell me if i can use each day of the month of the calendar in seperate columns? Thanks in advance
  9. P

    Invisible records at list box

    Hello there! i have table with two fields. The one field is called "Surname" and the other field is called "situation". I have set the "situation" field to be a combo box and can take 2 values: d_n and "e_y". I created a form which has combo boxes and 2 listboxes. The combo boxes take values...
  10. P

    Help with code

    Hello there! i have table with two fields. The one field is called "Surname" and the other field is called "situation". I have set the "situation" field to be a combo box and can take 2 values: d_n and "e_y". I created a form which has combo boxes and 2 listboxes. The combo boxes take values...
  11. P

    Save form

    Hello there! I have created a form and i have put one button to print the form after selecting some values through combo boxes. After that, i have put a button that clears all the values so i can reuse the form. How could i save a form?For example, for today, i complete the form and before i...
  12. P

    Calendar in access

    Hi there! I need to insert a calendar in a form but in a specific way. I want to have a form like this: First column: Surnames Second column: Property (i get these columns with a query from the same table) the other columns will be the days of the month. Someway i have to select the month and...
  13. P

    Frame list

    Hi there! I have a form with combo boxes, where i select surnames from a table. In that table i have a field that is a combobox named situation and takes 2 values - d_n and e_w. I want to insert a frame list in the form. In that frame list i want to show all the surnames(in a list) which do...
  14. P

    Security

    Hello there! Is there a possible way that i could lock all the tables and querries on a database and make it invisible to the user, all the content of the database except from a form which is the main form. Through the main form, the user can navigate through databse, insert, delete and edit...
  15. P

    What shown in combobox

    Hello there. I have created a combobox that reads from a query. This query shows 4 fields from a table. All i want, is when i choose a selection from the combobox, to show me both 4 columns (the whole row). How can i do this? Thanks in advance
  16. P

    Buttons

    Hello there.I tried out the tutorial at http://www.access-programmers.co.uk/...d.php?t=185430 that John Big Booty proposes. In this form, i want to add 2 buttons: Delete record button and Edit record button. For the delete button i want to delete the record that is selected from the listbox...
  17. P

    Show record

    Hello there I have a form in which someone can fill in his personal info. One of the fields is Surname. I have save record, new record and back buttons but i want to place a text box and a find button. (or without a button). So, when i start typing a surname at the text box then it will be...
  18. P

    Specific form

    Hello there, I am new in access and i try stuff. I have created a table. One field of the table is called lastname. I want to create a form like a table, where the first column will be the lastnames and the rest columns will be blank but in combo box style. Each of these columns will have a...
  19. P

    Specific selection

    Hello there.. I have a form in which i have combo boxes. The combo boxes are drop down menus from a field of table called lastnames. All i want is that when all these combo boxes have a selection in, to have a table in the form, where the rest lastnames (that are not selected at the combo...
  20. P

    Remove selection from field

    Hello there.I am new in access I have a database in which i have created a table. A field in this table is called: Lastname. Now, i want to create a form with some positions. Its for example sales position, secretary postion, management position etc. So, i create these labes. At the right of...
Back
Top Bottom