Search results

  1. E

    Multiuser problem

    Dont worry, i've figured this one out... New problem though! I keep getting the Access security notice everytime I run the file. It is the warning where it is not possible to determine that it is from a trusted source etc... How do I make it a trusted source, or better yet how do I turn...
  2. E

    Multiuser problem

    Hi, Im using Access 2007, my database is finished, split FE & BE. The BE is on the server and the relevant machines have access to the server drive. I have converted the DB to ACCDE, and double clicking on this works fine on my machine. When I put this ACCDE file on another machine I get an...
  3. E

    Command Button help please

    thats exactly what it was, solved now. Thanks EVERYONE!!! Really appreicate the help! Eric
  4. E

    Command Button help please

    Thanks for the response missinglinq, if you read my post I do state that the original names, (which I gave) were changed upon switching to tabbed pages to 'textnnn' such as text183. so I had to go and change these back. I understand your point though. Anyways, the code is working again sort...
  5. E

    Command Button help please

    ok, i figured it out. The code was refering to some textboxes, which for some reason their 'name' changed from the name to 'textnnn' in this case text183, I changed it back and it works now! Thanks anyways!
  6. E

    Command Button help please

    Oooh great Idea! One problem though, I have a code behind the form which worked fine before but is giving me an error now. Error message: Compile Error Method or data member not found Its highlighting this: Private Sub Form_Current()
  7. E

    Command Button help please

    Hi, I have created 2 forms for 1 table as I have too many fields. I created a command button button in the 1st form to open the 2nd form to continue adding data, but the second form is not opening to the right record. I chose the option to open to specific record and used the ID field which...
  8. E

    greyed out inaccessible fields

    Thanks for your reply, I really appreciate it! You are quite right, I am out of my depth here. I have started reading a 'dummies' book and I am finding it too trivial and telling me things I already know! I have sinced ditched this and began reading a VBA book and have learnt quite a bit...
  9. E

    greyed out inaccessible fields

    anyone? Much appreciated!
  10. E

    greyed out inaccessible fields

    thanks so much for the responses, but I am new to this and not sure what to do here. Where do I put this code? do I copy it exactly or am I to change it in someway? does 'me' mean my name? What screen should I be in when I type this the table or the form? Your help is greatly appreciated! Eric1066
  11. E

    greyed out inaccessible fields

    Hi, I'm a complete noob and was hoping someone could help me out here. I have tried looking around for the answers but I dont understand the answers! Basically, I have a form which ask for certain details, say, Name and Date of birth. As there is a possibilty of joint applications I have...
Back
Top Bottom