Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MvP14

  1. MvP14

    Replace add or delete

    Thank you. I've got that one working now. So adding text to the field of the selected records now works. However, I'm still very much in the dark as far as replacing or removing part of the field of all the selected records is concerned. Any suggestions will save hair from turning grey or...
  2. MvP14

    Replace add or delete

    Hello, I will be forever greatful to anyone who can help me with this. Here's my problem: In a form based on a query, I want to modify al the records by using a command button. Here is what I have so far: When one clicks the command button, a form with three controls opens: Field...
  3. MvP14

    Replace add or delete

    Hello, I will be forever greatful to anyone who can help me with this. Here's my problem: In a form based on a query, I want to modify al the records by using a command button. Here is what I have so far: When one clicks the command button, a form with three controls opens: Field...
  4. MvP14

    Open database via button

    I've been trying to create a button to open a database, but it doesn't work. Does anyone know how I can do that? Thank you for any useful response!
  5. MvP14

    Enter selection in listbox into textbox on other form

    Hi, I have the following problem: I have a search form that searches a table which is composed of various tables of other databases (built with append queries). Because the table is composed of different tables (of different people), their keywords may vary (basic list which can be updated...
  6. MvP14

    SELECT ... INTO

    Thank you. That helped me out.
  7. MvP14

    SELECT ... INTO

    Hi, can anyone tell me whether I can use the SELECT ... INTO command to enter the results of a temporary query1 into a a to be created table1 and if yes, how?
  8. MvP14

    Set checkbox value No

    It works just great for me. Thank you!
  9. MvP14

    Set checkbox value No

    Thank you very much. I used the query on which the form is based instead of the table on which the query is based so only the selected records' checkbox is changed. I know I've taken a great deal of your undoubtedly important time already. The procedure works now, so it could end here. However...
  10. MvP14

    Set checkbox value No

    That didn't do it. The problem seems to be that the command doesn't move to the next record to set the value of the checkbox to true/yes there and so on till all records have their checkbox changed.
  11. MvP14

    Set checkbox value No

    The code works, but it only marks the current record and not all records. What should I add?
  12. MvP14

    Set checkbox value No

    I have a form based on a query. The form has a checkbox with default value No. The checkbox is used to filter a report (the user only prints the records where the value = Yes). I would like to add a button select all and a button deselect all. Anyone out there able to help?
  13. MvP14

    Textbox data from listbox

    Hi, I have the following problem: I have a form linked to a table. The form has a textbox (txtkeywords). To keep track of the keywords entered, I have created a button next to the keywords textbox. The button opens a pop up form with a list box with keywords. I want to do the following...

Part and Inventory Search

Back
Top