Recent content by herronar

  1. H

    vidtc1.dll missing

    Thank you for your response. I googled vidtc1.dll prior to posting. However, there is so much to choose from. In the end I opted for RegCur.
  2. H

    vidtc1.dll missing

    I have created a database for work from home. Although the database opens at work, the database will not allow user to enter a new record, when they select 'Create New Record' via a button on form that I have created. Database works perfectly well at home. The error message that comes up in...
  3. H

    Dialog Box appears - Microsoft Office can't find the macro: Macro1

    Thank you for your response. After spending a day and a half on this problems, I stumbled upon the rogue Macro1 by accident. It was part of the event properties of the back of the form, which looks no different to any other form in design view or otherwise. The rogue Macro1 has now been...
  4. H

    Dialog Box appears - Microsoft Office can't find the macro: Macro1

    There are no macros listed under Object Macros. I hava also checked each evern under VD and there is no macros there. Any suggested of where I would find the above.
  5. H

    Dialog Box appears - Microsoft Office can't find the macro: Macro1

    I have searched through all the events & VB coding but can't find Macro1, so that I can delete. I have also looked through porperty event for each operation but still cannot find Macro1. Any suggestion, on how I would find Macro1 or how I would create Macro1. I am not familiary with Macors...
  6. H

    Dialog Box appears - Microsoft Office can't find the macro: Macro1

    Thank you for you reply. Any idea as to how do I get rid of this?
  7. H

    Dialog Box appears - Microsoft Office can't find the macro: Macro1

    My forms are working fine, I was previously trying to use macro, but was unsuccessful and have used VB instead. However, the following message appears in a dialog box: Microsoft Office can't find the macro: Macro1 The macro (or its macro group does not exist), or the macro is new and has...
  8. H

    Option group linked to Field

    Thank you for you reply. You are absolutely right. I had tried to open your file without downloading WinZip. Due to this it had a run-time error. I have now bought WinZip and your fab form is working fine. Many, many, mmmmaaaannnnyyy thanks.
  9. H

    Option group linked to Field

    Thank you for you reply and your attachment. I have tried since you sent your reply and attachment to open form and debug but have been unable to. Sorry to be a pain, but am deperately trying to get it to work and can't seem to be able to do so and hope that you would be able to assist in...
  10. H

    Option button, frame and one text box

    Thank you for your reply. How do I programmically select the relevant option group depending on the value the user enters?
  11. H

    Option button, frame and one text box

    I have 4 options on a Form called TestResults: Option1: 0 - 8 Option2: 9 - 12 Option3 13 - 14 Option4: > = 15 I have created two fields called: SelectedTestResultOption OptionTestResultActual The field SelectedTestResultOption, stores the option selected. The OptionTestResultActual...
  12. H

    Option group linked to Field

    Many thanks for response. Here goes: I have crated 4 fields within a table, namely Field 1: Score A Field 2: Score B Field 3: Score C Field 4: Score D Each score has a validation rule: Score A: 0-8 Score B: 9-12 Score C: 13-14 Score D: >=15 I have created 4 options within a form...
  13. H

    Option group linked to Field

    Thank you for you response. I have tried as you have suggested. The 4 options that I have are disabled until I select an option. However, when I select any of the 4 options only text box 1, relation to option 1, data changes from one to 4 depending on the option. I would like to select an...
  14. H

    Option group linked to Field

    Many thanks for your response. Yes, I hadn't though of user changing their minds, particularly if the data they entered against a particular option was incorrect, particulrly after they had filled in text box.
  15. H

    Option group linked to Field

    I am new to access and I have created a option group with 4 options in a form: Option 1: 0-8 Option 2: 9-12 Option 3: 13-14 Option 4: >=15 Each of the above options has a seperate bound text box, i.e a total of 4 text boxes one for each option. I would like one of the 4 text boxes, created...
Top Bottom