Search results

  1. L

    Need help with code to remove spaces and punctuation.

    Thanks for your help, its working now
  2. L

    Need help with code to remove spaces and punctuation.

    Ah ok i see what you mean, Thanks very much for your help really appreciate it.
  3. L

    Need help with code to remove spaces and punctuation.

    i know the format however i dont know what the numbers/letters are going to be.
  4. L

    Need help with code to remove spaces and punctuation.

    Firstly thanks for the help. To give you more information the format will always be a group that consists of LNNNNN then LNN then LLL (L being letter and N number) the problem is how the split the groups of information. some people use spaces some "-" some "/" and so on. What i am asking is if...
  5. L

    Need help with code to remove spaces and punctuation.

    [SOLVED] Need help with code to remove spaces and punctuation. What i would like to happen is when i press Command34, the information in Text43 and Text44 will have both of their spaces and punctuation removed. this is because i have a set format on the database which is set to @&&&&&_@&&_@@@...
  6. L

    Need help with a form writing to the database

    Basically i have a form with a database. and i want the user to input the information then when it saved (with a button or however) it then be imported into the next record of the database thanks for the help in advance
  7. L

    Help with simple VBA code

    no not at all im afraid :(
  8. L

    Help with simple VBA code

    Because it doesnt explain anything like that, i only think VBA can be used for this. Can u please help?
  9. L

    Help with simple VBA code

    I dont see how that is going to hell me im afraid :(... I want a button in the Form to create the next number in the sequence (starting at 15000) and place that number in a text box in the userform. Also place it in a table so that when i save the information on the form it creates a table with...
  10. L

    Help with simple VBA code

    No sorry please enlighten me :)... thanks in advance
  11. L

    Help with simple VBA code

    First of all i dont know hardly anything about access VBA so thanks in advanced for the help. What i want is for when i press the button called "Generate Visit Number" in my form, i want it to create the next visit number in the table and place it in the text box "Text4" that is in the form...
Back
Top Bottom