Search results

  1. Y

    Solved About turning access database into an app

    Hello I have a small inventory management app and i made the following: - i set the login form as the default form when opening the app - i removed the navigation menu from file-options-current database - i removed the ribbon using the doCmd.showToolbar command - i removed the security warning...
  2. Y

    Edit displayed data items

    HI Thanks for the help. I started to get how to use subforms in my app and i am working on it Thanks again for the help. I appreciate it
  3. Y

    Edit displayed data items

    I appreciate the help you provided Thanks anyway
  4. Y

    Edit displayed data items

    Hi sorry for not replying you the first time you made your suggestion i don't know how to use continous subForms. I had this idea to drag the query and drop it on the form and then switch the page view. I don't know if what i'm doing is correct or not
  5. Y

    Edit displayed data items

    Hi First, my app is in french, so i'm sorry if you don't understand what is written on the GUI As you can see, i have a search that is based on different criteria (The 4 comboBoxes above) Results are displayed in the listBox below When the listBox is clicked, the selected row is highlighted and...
  6. Y

    Edit displayed data items

    Hi I already made what you suggested What i want is edit button and delete button in each row
  7. Y

    Edit displayed data items

    Hi. To be clear, when i searched on google under "add edit button to listbox" i got suggestions that contain keywords like "datagrid" and "grid view" and as i mentionned i have no idea how to realise what i asked help about I want to have edit button and delete bitton within every row
  8. Y

    Edit displayed data items

    First of all i want to point that i seek directions Well, within my small app u have search forms that display search results based on different criteria. I initially worked with listbox to display results and now i want to add the feature that allows users to edit or delete each record. In...
  9. Y

    Solved Pass variables between forms

    Thank you everybody Appearently, i forgot the fact the fact a variable declared as Dim is by default private. So, i declared the variable as public and it worked fine Thanks again
  10. Y

    Solved Pass variables between forms

    Thanks
  11. Y

    Solved Pass variables between forms

    Hi Then what should i do ? How can i pass variables between forms?
  12. Y

    Solved Pass variables between forms

    Hi Could you explain in detail please How do i use the tempVars ? Are they a special data type ? I would appreciate if there is an example
  13. Y

    Solved Pass variables between forms

    Hi I want to know how to pass variables between forms I have "formSearchEquip" which within i have a variable "idEquip". I want to pass this variable to another form "formEditEquip" Thanks in Advance
  14. Y

    Solved Set the value of SelectBox

    Thanks. That is exactly what i needed I made the modelBox requery on TypeBox and ManufBox after update Thanks again
  15. Y

    Solved Set the value of SelectBox

    Hi I have 3 listBoxes TypeBox, ManufBox and ModelBox I want to set the ModelBox values based on the values of TypeBox and ManufBox Example: TypeBox : Printer ManufBox: LexMark based on the two listBoxes above, ManufBox will show values that correspond to all the models of Lexmark printers By the...
  16. Y

    Solved Pass a textfield value to a query

    Now i tried what you suggested. but a message errors that says Hi I tried it and it worked fine I appreciate your help. Thank you so much I'd like to take your permission to post the generic function use with particular instruction for users who use access in other languages( i use french...
  17. Y

    Solved Pass a textfield value to a query

    Hello I understood the example very well but when i tried to execute the query within vba using recordset i had the 'with block variable not set error' the reswt of your code is without change
  18. Y

    Solved Pass a textfield value to a query

    Hi I checked your link. It s just that i am new to access and and i am kinda in hurry to make the app. I don't inderstand generic functions It would be very generous of you if you show me a real example Thanks
  19. Y

    Solved Pass a textfield value to a query

    I tried it again and now i get the "with block variable not set" error
  20. Y

    Solved Pass a textfield value to a query

    I tried this like you suggested Eval([forms]![form1]![txtField]) I wraped the whole thing in Eval() but nothing has changed Same error is keep occuring
Back
Top Bottom