Search results

  1. S

    Access 2010/Visual basic

    Sorry, I just simply copy and pasted it straight from VBA. Basically every TextBox.Name brings up the Run-time error '2104': message. Changing the name slightly does not work. In doing do it brings up loads of another message (please see attached snippet).
  2. S

    Access 2010/Visual basic

    Please see the attached file where I have copied in the code. It is used to produced reports from a load of tables within 1 Access database. I would copy the whole Database across, but as I work in a hospital it contains confidential patient data.
  3. S

    Access 2010/Visual basic

    Yes, the error comes up for reserved words. So for one of the instances it says 'Report........' is already in use. So I change it to 'Report........1' and do similar changes to all the others. I run it again and it then says 'Report........1' is already in use.
  4. S

    Access 2010/Visual basic

    I am very, very sorry. I am completely new to this.
  5. S

    Access 2010/Visual basic

    Help please, The following Run-time error keeps coming up when I try to run reports on my Access database (also see attached file). Run-time error '2104': You entered the control name 'XXXXXXXX,' which is already in use. When I click on debug and change the control name (Text.box), the...
Back
Top Bottom