Search results

  1. K

    enter value message

    hi, I have a question and I will try to simplify it as much as I can. I have a form(form1) that the user is entering data into the table through it and another form(form2) that include a text box to select user and a query based table that shows the data accroding to the text box. for some...
  2. K

    unbound list box

    I've done simething similar. Works great. Thanks!
  3. K

    unbound list box

    hi, I have 2 list box. one bound to a table and one unbound presenting the values that i added to the table. i have an add button that add the values to the table and the unbound list to present them. I'm having trouble with the remove button. I want the button to remove the item from list2(the...
  4. K

    add new item to list box

    no. I have 2010... the option exists, but because I can't type to a list box nothing happend (not on list event can't happend)
  5. K

    add new item to list box

    Hi, pbaldy is right... It's a list box... I can't type into it, so the not in list event can't happend...
  6. K

    add new item to list box

    And in that form what should i write in the command button? I want the users to have the option to add items that not on the value list
  7. K

    add new item to list box

    hi, I have a list box on a form and I would like the user to have the possibilty to add another item not from the list into the table using a command button. how can I do that? thanks for the helpers!
  8. K

    multiple records

    thanks! very helpful!
  9. K

    multiple records

    hi, I struggling with 2 issues: 1. let say I have 2 tables 1 is for items and 1 is for documents that need to be done for this item. how can I make a form that allows me to select a few documents in one click? meaning the table will look like this: item name document name A...
  10. K

    problems

    can't seem to shake problems of my back... :( I'm trying to enter data on the form "screen1" and I get the message: "cannot add records join key of table 'items' not in recordset" adding the file. hope you can help me. thanks
  11. K

    data from form problem

    hi all, I'm new in access, so I hope you can help me. I have 3 tables: 1 for tables, 1 for items and 1 item per presses. and 4 forms: 1 for entering the project name and pm name, 2 for entering items for the project name I've entered in form 1. I used the code...
  12. K

    questions... :(

    hi, thanks for the greetings and for the help! I've attached two print shots, I hope it will make it clearer. in the first picture it's showing form number 1 when in this form I'm entering a project name and other data. in the second picture I want that in the title it will show me the name...
  13. K

    questions... :(

    hi all, I have a navigation form with tabs. on the first tab the user entering a project name, and I would like that on the next tab- items per project- the name he selected will be the headline and all the data he entering to this from will be connected to the project name he selected. I wiil...
Back
Top Bottom