Recent content by mghdb

  1. M

    search in a lengthy listbox

    Yes, that is exactly what i'm trying to do. But at the same time save the records that I have selected. Any ideas ?
  2. M

    search in a lengthy listbox

    Hi all, does anyone know how to create a "search" button that locates a particular record in a list box. Similar to the way a combo box behavior. Is this possible. Thanks in advance.
  3. M

    searching a list box

    Hi all, Does anyone have any ideas how to search and find function on a lengthy list box. I have a list box that contains 500 records, I would like to have the user type in a specific record and that record would highlight and be selected. I've tried converting the list box to combo box, but the...
  4. M

    Saving items from a listbox selection

    llkhoutk, thank you for your response. can you further explain. i'm kinda a novice so if you can explain in detail that would be helpful.
  5. M

    Saving items from a listbox selection

    Hi All, I have a listbox that a user can select various items, On the same form I have a textbox that shows what items have been selected. My problem is that how do i save the items that appear in that textbox into a table ? I've tried some Sql statements but can't seem to make it work. Please...
  6. M

    Desperate. Help with Error message

    Thank you for trying. I stumbled onto the solution. I compacted my database and the error message disappeared and my tables, queries, etc...appeared. Not to sure what I did but everything seems to work. But I still want to know what caused this gliche and how I can avoid in the future. Do you or...
  7. M

    Desperate. Help with Error message

    I have already tried that, but my tables, queries, forms, etc...does not appear in the import. Any other suggestions.
  8. M

    Desperate. Help with Error message

    Hi all. I'm really not sure on which forum this should appear in but I need help with a Error message. I have a database that allows user to delete and enter records. Everything has been working fine until a couple days ago I recieved this error message: " isn't an index in this table. Look in...
  9. M

    SQL help

    I have a simple INSERT INTO code that should take the users name and insert into the Name table, but it's asking for the name twice. Below is the code, can anyone take a look and see what i'm missing. Dim StrSQL As String StrSQL = "INSERT INTO Table1 ( Name )" & " SELECT " & Me!Text2 & ""...
  10. M

    clearing data entry form

    thanks for you quick reply...i'll will give that a try.
  11. M

    clearing data entry form

    Hello - I have a form that is used for data entry into a table. I would like to have the the text boxes and combo boxes clear once the user clicks on the "Submit" button. What I have now doesn't work. When a user goes into the form, the last entry is displayed. Can anyone help me in figuring...
  12. M

    enabled a cmdButton based upon another form

    thank you for your quick reply. i'll try out the code
  13. M

    enabled a cmdButton based upon another form

    can anyone help me with my dilemna? i have a form that prompts the user to enter a password to modify records, if the correct password is enter, the "modify" button is enabled. i'm having trouble referencing that button which is on another form. please help? thanks in advance.
  14. M

    disable the right mouse button

    Thank you Bob...that worked perfectly.
  15. M

    disable the right mouse button

    Can anyone help me disable the ability for the user to right click the mouse button. I don't want the user to be able to view the access objects screen through this method. Is this possible?
Back
Top Bottom