Search results for query: *

  • Users: frank
  • Order by date
  1. F

    Stop Delete in Datagrid

    Cheers for that!!! I generated the datatable and could not see a way to stop the delete with code. I took your advice and created a datatable with code and I could then set the non delete. I dont undertsand why though!! Just out of interest do you know how I can order the columns as they seen...
  2. F

    Stop Delete in Datagrid

    I hope this is a quick win for one of you. I have a datagrid that the user can update. This all works fine with updates updating the db etc. Can I change the Datagrid so it does not let the user delete rows? As I use a checkbox for any cancelled membership so I can keep the record and report...
  3. F

    DB search form

    Ok i sorted it!!! On doubleclick I catch the row and set it as the row position on my form. Frank
  4. F

    DB search form

    I have the datagrid poulated with the data from my members table (only have 5 fields First name, last name, dob, streetname and memberid) The form i use to edit/add/browse has about 20 fields. I am not sure on the code for the double click bit to then poulate all 20 fields in the data form...
  5. F

    DB search form

    I have a form that conects to an aceess database and would like to be able to perform a search. I would like to either : 1) Have 3 text boxes, First and Last name and dob that the user can input the parameters and then click search. this can then show the results in a datagrid (or other form)...
Back
Top