Recent content by kasa74

  1. K

    single label

    How can I print a single label at a time in Ms access. when I use the label wizard, it produces labels for all the client in the table I am using for the label. I want it to be done in such a way that I will be able to indicate the name of the client I want to print label for and I only want...
  2. K

    deleted records reappering

    yes, it is an access table and access form. The record is there permanently, but the form gets it's textbox questions from the table, but now I need to change the form, delete some questions from the form, if I just delete the field on the form, it will bring out table maintenance error, but if...
  3. K

    deleted records reappering

    I am not using any code, I just go into the table and delete the rows I don't need again.
  4. K

    Help -table maintenance

    Hi fearoffours or george, I have been able to figure out where the problem is, it is my table. When I delete a field from the form, then I have to go to the table (that has the textbox questions )to delete the record i.e. the question that I deleted the field. Everything will work fine, but...
  5. K

    deleted records reappering

    my warnings are on and the system is not telling me what is wrong with the deletion.
  6. K

    deleted records reappering

    Hi, I have a table that is use to store questions(text) for textboxes on a form. I want to delete some questions(record) from the table. Anytime I delete a record from the table, then save, then I go to use the form (I have already deleted the textbox for that particular question on the...
  7. K

    Help -table maintenance

    I tried posting the DB but it is too big. I thinK I now know why I am getting the table maintenance error. I can not ignore the table like George said, if I ignore the table, I still get the table maintenace error. What I am doing now is I delete the record from the table, then delete the...
  8. K

    Help -table maintenance

    Hi George, How can I attached a file to you through this thread. or can you give me your email adddress. thanks
  9. K

    Help -table maintenance

    Hi georgedwilkinson, I ignored the table, deleted the field from the form, the VBA codes pop up when I tried to use the form again. The VBA codes brought up the compiler error message that says variable not found, it highlighted the name of the field I deleted in the form, then I deleted these...
  10. K

    Help -table maintenance

    What I want to do is to delete some combo and text boxes from a form. My major challenge is that the text box (not the drop-down) that is in the combo box gets its text that it displays on the form from a table. So do I delete the text first from the table, then delete the combo box from the...
  11. K

    Help -table maintenance

    Hi georgedwilkinson, yes, that's what he recomend and I tried that but that is not working. Can you help? I have tried all I can thanks
  12. K

    Help -table maintenance

    Thanks missinglinq, I tried what you recommended, but I am still having the same error message
  13. K

    combo boxes

    Hi all, I need to make some changes and delete some combo boxes in a form. The combo boxes are getting there text from a table, I made changes to the table, delete some of the combo boxes from the form, delete and make some corrections to the VBA codes. When I go into the forms to use it, it is...
  14. K

    Help -table maintenance

    Hi all, I need to make some changes and delete some combo boxes in a form. The combo boxes are getting there text from a table, I made changes to the table, delete some of the combo boxes from the form, delete and make some corrections to the VBA codes. When I go into the forms to use it, it...
  15. K

    Deleting combo boxes and attached text

    Hi all, I will be so greateful if somebody can pls help. I maintain an access database for a clinic. Most of the forms has been changed in the paper format and I want to make the changes in the database. I need to delete some of the questions on the form and add new ones. There is a...
Back
Top Bottom